Package | Description |
---|---|
org.apache.cayenne.tx |
Modifier and Type | Method and Description |
---|---|
TransactionPropagation |
TransactionDescriptor.getPropagation() |
static TransactionPropagation |
TransactionPropagation.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TransactionPropagation[] |
TransactionPropagation.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
TransactionDescriptor(int isolation,
TransactionPropagation propagation) |
TransactionDescriptor(TransactionPropagation propagation) |
Copyright © 2001–2019 Apache Cayenne. All rights reserved.