Uses of Enum Class
org.springframework.transaction.annotation.Isolation
Packages that use Isolation
Package
Description
Spring's support for annotation-based transaction demarcation.
-
Uses of Isolation in org.springframework.transaction.annotation
Subclasses with type arguments of type Isolation in org.springframework.transaction.annotationModifier and TypeClassDescriptionenum
Enumeration that represents transaction isolation levels for use with the@Transactional
annotation, corresponding to theTransactionDefinition
interface.Methods in org.springframework.transaction.annotation that return Isolation