Uses of Class
org.springframework.transaction.interceptor.AbstractFallbackTransactionAttributeSource
Packages that use AbstractFallbackTransactionAttributeSource Package Description org.springframework.transaction.annotation Spring's support for annotation-based transaction demarcation.Uses of AbstractFallbackTransactionAttributeSource in org.springframework.transaction.annotation
Subclasses of AbstractFallbackTransactionAttributeSource in org.springframework.transaction.annotation Modifier and Type Class Description classAnnotationTransactionAttributeSourceImplementation of theTransactionAttributeSourceinterface for working with transaction metadata in JDK 1.5+ annotation format.