Uses of Package
org.springframework.transaction.interceptor

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

Classes in org.springframework.transaction.interceptor used by org.springframework.transaction.interceptor
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.
DefaultTransactionAttribute
          Transaction attribute that takes the EJB approach to rolling back on runtime, but not checked, exceptions.
RollbackRuleAttribute
          Rule determining whether or not a given exception (and any subclasses) should cause a rollback.
TransactionAspectSupport
          Superclass for transactional aspects, such as the AOP Alliance-compatible TransactionInterceptor, or an AspectJ aspect.
TransactionAspectSupport.TransactionInfo
          Opaque object used to hold Transaction information.
TransactionAttribute
          This interface adds a rollBackOn specification to TransactionDefinition.
TransactionAttributeSource
          Interface used by TransactionInterceptor.
TransactionInterceptor
          AOP Alliance MethodInterceptor providing declarative transaction management using the common Spring transaction infrastructure.
 



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