@Target(value={TYPE,METHOD}) @Retention(value=RUNTIME) @Inherited public @interface Transactional
TransactionMode.COMMIT which is the default modeTransactionMode.ROLLBACKTransactionMode.DISABLED| Modifier and Type | Optional Element and Description |
|---|---|
String |
manager
The optional name of the manager to be used for handling transaction for
given test case or method.
|
TransactionMode |
value |
public abstract TransactionMode value
public abstract String manager
Copyright © 2023 JBoss by Red Hat. All rights reserved.