Uses of Enum Class
org.springframework.test.context.jdbc.SqlConfig.TransactionMode
Packages that use SqlConfig.TransactionMode
Package
Description
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
Subclasses with type arguments of type SqlConfig.TransactionMode in org.springframework.test.context.jdbcModifier and TypeClassDescriptionstatic enum
Enumeration of modes that dictate whether SQL scripts should be executed within a transaction and what the transaction propagation behavior should be.Methods in org.springframework.test.context.jdbc that return SqlConfig.TransactionModeModifier and TypeMethodDescriptionstatic SqlConfig.TransactionMode
Returns the enum constant of this class with the specified name.static SqlConfig.TransactionMode[]
SqlConfig.TransactionMode.values()
Returns an array containing the constants of this enum class, in the order they are declared.