Uses of Class
org.springframework.test.context.jdbc.SqlConfig.TransactionMode
Packages that use SqlConfig.TransactionMode 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 SqlConfig.TransactionMode in org.springframework.test.context.jdbc
Methods in org.springframework.test.context.jdbc that return SqlConfig.TransactionMode Modifier and Type Method Description SqlConfig.TransactionModetransactionMode()The mode to use when determining whether SQL scripts should be executed within a transaction.static SqlConfig.TransactionModeSqlConfig.TransactionMode. valueOf(String name)Returns the enum constant of this type with the specified name.static SqlConfig.TransactionMode[]SqlConfig.TransactionMode. values()Returns an array containing the constants of this enum type, in the order they are declared.