Uses of Class
org.springframework.transaction.interceptor.AbstractFallbackTransactionAttributeSource
Packages that use AbstractFallbackTransactionAttributeSource
Package
Description
Spring's support for annotation-based transaction demarcation.
-
Uses of AbstractFallbackTransactionAttributeSource in org.springframework.transaction.annotation
Subclasses of AbstractFallbackTransactionAttributeSource in org.springframework.transaction.annotationModifier and TypeClassDescriptionclass
Implementation of theTransactionAttributeSource
interface for working with transaction metadata in JDK 1.5+ annotation format.