| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||
@Retention(value=RUNTIME) @Target(value=TYPE) @Inherited @Documented public @interface TransactionConfiguration
TransactionConfiguration defines class-level metadata for configuring transactional tests.
ContextConfiguration, 
TransactionalTestExecutionListener| Optional Element Summary | |
|---|---|
|  boolean | defaultRollbackShould transactions be rolled back by default? | 
|  String | transactionManagerThe bean name of the PlatformTransactionManagerthat is to be
 used to drive transactions. | 
public abstract String transactionManager
PlatformTransactionManager that is to be
 used to drive transactions. This attribute is not required and only needs
 to be specified explicitly if the bean name of the desired
 PlatformTransactionManager is not "transactionManager".
public abstract boolean defaultRollback
| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||