Uses of Interface
org.springframework.transaction.interceptor.TransactionAttributeSource

Packages that use TransactionAttributeSource
org.springframework.transaction.interceptor AOP-based solution for declarative transaction demarcation.  
 

Uses of TransactionAttributeSource in org.springframework.transaction.interceptor
 

Classes in org.springframework.transaction.interceptor that implement TransactionAttributeSource
 class AbstractFallbackTransactionAttributeSource
          Abstract implementation of TransactionAttributeSource that caches attributes for methods, and implements fallback policy of 1. most specific method; 2. target class attribute; 3. declaring method; 4. declaring class.
 class AttributesTransactionAttributeSource
          Implementation of TransactionAttributeSource that uses attributes from an Attributes implementation.
 class MatchAlwaysTransactionAttributeSource
          Very simple implementation of TransactionAttributeSource which will always return the same TransactionAttribute for all methods fed to it.
 class MethodMapTransactionAttributeSource
          Simple implementation of TransactionAttributeSource that allows attributes to be stored per method in a map.
 class NameMatchTransactionAttributeSource
          Simple implementation of TransactionAttributeSource that allows attributes to be matched by registered name.
 

Fields in org.springframework.transaction.interceptor declared as TransactionAttributeSource
protected  TransactionAttributeSource TransactionAspectSupport.transactionAttributeSource
          Helper used to find transaction attributes
 

Methods in org.springframework.transaction.interceptor that return TransactionAttributeSource
 TransactionAttributeSource TransactionAspectSupport.getTransactionAttributeSource()
          Return the transaction attribute source.
 

Methods in org.springframework.transaction.interceptor with parameters of type TransactionAttributeSource
 void TransactionProxyFactoryBean.setTransactionAttributeSource(TransactionAttributeSource transactionAttributeSource)
          Set the transaction attribute source which is used to find transaction attributes.
 void TransactionAspectSupport.setTransactionAttributeSource(TransactionAttributeSource transactionAttributeSource)
          Set the transaction attribute source which is used to find transaction attributes.
 



Copyright (C) 2003-2004 The Spring Framework Project.