Uses of Class
org.springframework.transaction.interceptor.AbstractFallbackTransactionAttributeSource

Packages that use AbstractFallbackTransactionAttributeSource
org.springframework.transaction.annotation JDK 1.5+ annotation for transaction demarcation. 
org.springframework.transaction.interceptor AOP-based solution for declarative transaction demarcation. 
 

Uses of AbstractFallbackTransactionAttributeSource in org.springframework.transaction.annotation
 

Subclasses of AbstractFallbackTransactionAttributeSource in org.springframework.transaction.annotation
 class AnnotationTransactionAttributeSource
          Implementation of TransactionAttributeSource for working with transaction metadata in JDK 1.5+ annotation format.
 

Uses of AbstractFallbackTransactionAttributeSource in org.springframework.transaction.interceptor
 

Subclasses of AbstractFallbackTransactionAttributeSource in org.springframework.transaction.interceptor
 class AttributesTransactionAttributeSource
          Implementation of the TransactionAttributeSource interface that reads metadata via Spring's Attributes abstraction.
 



Copyright (c) 2002-2007 The Spring Framework Project.