@Target(value={TYPE,METHOD}) @Retention(value=RUNTIME) @Inherited public @interface Transactional
DatabaseModule.Transactional.value.default. This configured default will be used when the value property
is unspecified or explicitly set to TransactionMode.DEFAULT.TransactionMode| Modifier and Type | Optional Element and Description |
|---|---|
String |
transactionManagerName |
TransactionMode |
value
Defines whether the annotated test(s) run in a transaction and, if yes, what will be commit/rollback behavior.
|
public abstract TransactionMode value
DatabaseModule.Transactional.value.default.
This configured default will be used when the value property
is unspecified or explicitly set to TransactionMode.DEFAULT.public abstract String transactionManagerName
Copyright © 2017. All rights reserved.