Uses of Enum Class
org.springframework.transaction.annotation.RollbackOn
Packages that use RollbackOn
Package
Description
Spring's support for annotation-based transaction demarcation.
-
Uses of RollbackOn in org.springframework.transaction.annotation
Subclasses with type arguments of type RollbackOn in org.springframework.transaction.annotationMethods in org.springframework.transaction.annotation that return RollbackOnModifier and TypeMethodDescriptionstatic RollbackOn
Returns the enum constant of this class with the specified name.static RollbackOn[]
RollbackOn.values()
Returns an array containing the constants of this enum class, in the order they are declared.