The Spring Framework

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 the TransactionAttributeSource interface 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.
 


The Spring Framework

Copyright © 2002-2007 The Spring Framework.