Uses of Enum Class
org.springframework.test.context.jdbc.Sql.ExecutionPhase
Packages that use 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
Subclasses with type arguments of type Sql.ExecutionPhase in org.springframework.test.context.jdbcModifier and TypeClassDescriptionstatic enum
Enumeration of phases that dictate when SQL scripts are executed.Methods in org.springframework.test.context.jdbc that return Sql.ExecutionPhaseModifier 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.