@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| 限定符和类型 | 可选元素和说明 |
|---|---|
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 © 2008–2020 Matrix. All rights reserved.