| 
 | ||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||
See:
          Description
| Class Summary | |
|---|---|
| TransactionalTestExecutionListener | TestExecutionListenerwhich provides support for executing
 tests within transactions by using@Transactionaland@NotTransactionalannotations. | 
| TransactionConfigurationAttributes | Configuration attributes for configuring transactional tests. | 
| Annotation Types Summary | |
|---|---|
| AfterTransaction | Test annotation to indicate that the annotated public voidmethod should be executed after a transaction is ended for test
 methods configured to run within a transaction via the@Transactionalannotation. | 
| BeforeTransaction | Test annotation to indicate that the annotated public voidmethod should be executed before a transaction is started for test
 methods configured to run within a transaction via the@Transactionalannotation. | 
| TransactionConfiguration | TransactionConfiguration defines class-level metadata for configuring transactional tests. | 
Transactional support classes for the Spring TestContext Framework.
| 
 | ||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||