Uses of Enum
org.apache.cayenne.tx.TransactionPropagation
Packages that use TransactionPropagation
-
Uses of TransactionPropagation in org.apache.cayenne.tx
Methods in org.apache.cayenne.tx that return TransactionPropagationModifier and TypeMethodDescriptionTransactionDescriptor.getPropagation()
static TransactionPropagation
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.Methods in org.apache.cayenne.tx with parameters of type TransactionPropagationModifier and TypeMethodDescriptionTransactionDescriptor.Builder.propagation
(TransactionPropagation propagation) Constructors in org.apache.cayenne.tx with parameters of type TransactionPropagationModifierConstructorDescriptionTransactionDescriptor
(int isolation, TransactionPropagation propagation) Deprecated.since 4.2.TransactionDescriptor
(TransactionPropagation propagation) Deprecated.since 4.2.