Uses of Class
org.springframework.test.context.jdbc.Sql.ExecutionPhase
Packages that use Sql.ExecutionPhase 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 Sql.ExecutionPhase in org.springframework.test.context.jdbc
Methods in org.springframework.test.context.jdbc that return Sql.ExecutionPhase Modifier and Type Method Description Sql.ExecutionPhase
executionPhase()
When the SQL scripts and statements should be executed.static Sql.ExecutionPhase
Sql.ExecutionPhase. valueOf(String name)
Returns the enum constant of this type with the specified name.static Sql.ExecutionPhase[]
Sql.ExecutionPhase. values()
Returns an array containing the constants of this enum type, in the order they are declared.