Package | Description |
---|---|
com.liferay.portal.kernel.transaction |
Modifier and Type | Method and Description |
---|---|
Propagation |
TransactionConfig.getPropagation() |
Propagation |
TransactionAttribute.getPropagation() |
Propagation |
TransactionAttribute.DefaultTransactionAttribute.getPropagation() |
static Propagation |
Propagation.getPropagation(int value) |
static Propagation |
Propagation.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Propagation[] |
Propagation.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static TransactionConfig |
TransactionConfig.Factory.create(Isolation isolation,
Propagation propagation,
boolean readOnly,
int timeout,
Class<?>[] rollbackForClasses,
String[] rollbackForClassNames,
Class<?>[] noRollbackForClasses,
String[] noRollbackForClassNames) |
static TransactionConfig |
TransactionConfig.Factory.create(Propagation propagation,
Class<?>[] rollbackForClasses,
Class<?>... noRollbackForClasses) |
TransactionConfig.Builder |
TransactionConfig.Builder.setPropagation(Propagation propagation) |
TransactionAttribute.Builder |
TransactionAttribute.Builder.setPropagation(Propagation propagation) |