Uses of Enum Class
org.springframework.transaction.annotation.Propagation
Packages that use Propagation
Package
Description
Spring's support for annotation-based transaction demarcation.
-
Uses of Propagation in org.springframework.transaction.annotation
Subclasses with type arguments of type Propagation in org.springframework.transaction.annotationModifier and TypeClassDescriptionenum
Enumeration that represents transaction propagation behaviors for use with theTransactional
annotation, corresponding to theTransactionDefinition
interface.Methods in org.springframework.transaction.annotation that return PropagationModifier and TypeMethodDescriptionstatic Propagation
Returns the enum constant of this class with the specified name.static Propagation[]
Propagation.values()
Returns an array containing the constants of this enum class, in the order they are declared.