Uses of Class
org.apache.cayenne.tx.TransactionPropagation
Package | Description |
---|---|
org.apache.cayenne.tx |
-
Uses of TransactionPropagation in org.apache.cayenne.tx
Methods in org.apache.cayenne.tx that return TransactionPropagation Modifier and Type Method 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.Constructors in org.apache.cayenne.tx with parameters of type TransactionPropagation Constructor Description TransactionDescriptor(int isolation, TransactionPropagation propagation)
TransactionDescriptor(TransactionPropagation propagation)