Uses of Enum Class
org.activiti.engine.impl.cfg.TransactionPropagation
Packages that use TransactionPropagation
-
Uses of TransactionPropagation in org.activiti.engine.impl.cfg
Subclasses with type arguments of type TransactionPropagation in org.activiti.engine.impl.cfgModifier and TypeClassDescriptionenumEnumeration that represents the transaction propagation behaviours supported by the command executor.Methods in org.activiti.engine.impl.cfg that return TransactionPropagationModifier and TypeMethodDescriptionstatic 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. -
Uses of TransactionPropagation in org.activiti.engine.impl.interceptor
Methods in org.activiti.engine.impl.interceptor that return TransactionPropagationConstructors in org.activiti.engine.impl.interceptor with parameters of type TransactionPropagationModifierConstructorDescriptionCommandConfig(boolean contextReusePossible, TransactionPropagation transactionPropagation)