Package | Description |
---|---|
org.springframework.test.context.jdbc |
JDBC support classes for the Spring TestContext Framework,
including support for declarative SQL script execution via
@Sql . |
Class and Description |
---|
Sql.ExecutionPhase
Enumeration of phases that dictate when SQL scripts are executed.
|
SqlConfig.ErrorMode
Enumeration of modes that dictate how errors are handled while
executing SQL statements.
|
SqlConfig.TransactionMode
Enumeration of modes that dictate whether SQL scripts should be
executed within a transaction and what the transaction propagation behavior
should be.
|