Uses of Enum Class
org.apache.cayenne.tx.TransactionPropagation
Packages that use TransactionPropagation
-
Uses of TransactionPropagation in org.apache.cayenne.tx
Subclasses with type arguments of type TransactionPropagation in org.apache.cayenne.txModifier and TypeClassDescriptionenumPropagation behaviour of transactionMethods in org.apache.cayenne.tx that return TransactionPropagationModifier and TypeMethodDescriptionTransactionDescriptor.getPropagation()static TransactionPropagationReturns the enum constant of this class with the specified name.static TransactionPropagation[]TransactionPropagation.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.cayenne.tx with parameters of type TransactionPropagationModifier and TypeMethodDescriptionTransactionDescriptor.Builder.propagation(TransactionPropagation propagation)