Uses of Enum Class
org.springframework.test.context.jdbc.Sql.ExecutionPhase
Package
Description
JDBC support classes for the Spring TestContext Framework,
including support for declarative SQL script execution via
@Sql
.-
Uses of Sql.ExecutionPhase in org.springframework.test.context.jdbc
Modifier and TypeMethodDescriptionstatic Sql.ExecutionPhase
Returns the enum constant of this class with the specified name.static Sql.ExecutionPhase[]
Sql.ExecutionPhase.values()
Returns an array containing the constants of this enum class, in the order they are declared.