Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Org.springframework.test.context.jdbc Classes and Interfaces - 7 results found.
NameDescriptionTypePackageFramework
Sql@Sql is used to annotate a test class or test method to configureSQL scripts() and statements() to be executed against a givenClassorg.springframework.test.context.jdbcSpring MVC
Sql .ExecutionPhaseThe configured SQL scripts and statements will be executedafter the corresponding test method.Classorg.springframework.test.context.jdbc.SqlSpring MVC
SqlConfig@SqlConfig defines metadata that is used to determine how to parseand execute SQL scripts configured via the @Sql annotation.Classorg.springframework.test.context.jdbcSpring MVC
SqlConfig .ErrorModeexecuting SQL statements.Classorg.springframework.test.context.jdbc.SqlConfigSpring MVC
SqlConfig .TransactionModeexecuted within a transaction and what the transaction propagation behaviorIndicates that the default transaction mode should be used.Classorg.springframework.test.context.jdbc.SqlConfigSpring MVC
SqlGroupContainer annotation that aggregates several @Sql annotations.Classorg.springframework.test.context.jdbcSpring MVC
SqlScriptsTestExecutionListenerTestExecutionListener that provides support for executing SQLscripts and inlined statementsClassorg.springframework.test.context.jdbcSpring MVC