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 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.
 

Methods in org.springframework.transaction.interceptor that return TransactionAttributeSource
 TransactionAttributeSource TransactionInterceptor.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 TransactionInterceptor.setTransactionAttributeSource(TransactionAttributeSource transactionAttributeSource)
          Set the transaction attribute source which is used to find transaction attributes.
 



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