Uses of Class
org.springframework.test.context.jdbc.SqlMergeMode.MergeMode
Packages that use SqlMergeMode.MergeMode Package Description org.springframework.test.context.jdbc JDBC support classes for the Spring TestContext Framework, including support for declarative SQL script execution via@Sql.Uses of SqlMergeMode.MergeMode in org.springframework.test.context.jdbc
Methods in org.springframework.test.context.jdbc that return SqlMergeMode.MergeMode Modifier and Type Method Description SqlMergeMode.MergeModevalue()Indicates whether method-level@Sqlannotations should be merged with class-level@Sqlannotations or override them.static SqlMergeMode.MergeModeSqlMergeMode.MergeMode. valueOf(String name)Returns the enum constant of this type with the specified name.static SqlMergeMode.MergeMode[]SqlMergeMode.MergeMode. values()Returns an array containing the constants of this enum type, in the order they are declared.