Uses of Package
org.springframework.test.context.jdbc
Package
Description
JDBC support classes for the Spring TestContext Framework,
including support for declarative SQL script execution via
@Sql
.-
ClassDescriptionEnumeration of phases that dictate when SQL scripts are executed.Enumeration of modes that dictate how errors are handled while executing SQL statements.Enumeration of modes that dictate whether SQL scripts should be executed within a transaction and what the transaction propagation behavior should be.Enumeration of modes that dictate whether method-level
@Sql
declarations are merged with class-level@Sql
declarations.