Uses of Enum Class
org.springframework.test.context.jdbc.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
Modifier 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.