| 
 | ||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||
See:
          Description
| Interface Summary | |
|---|---|
| TransactionAttribute | This interface adds a rollbackOnspecification to TransactionDefinition. | 
| TransactionAttributeSource | Interface used by TransactionInterceptor. | 
| Class Summary | |
|---|---|
| AbstractFallbackTransactionAttributeSource | Abstract implementation of TransactionAttributeSourcethat caches
 attributes for methods and implements a fallback policy: 1. specific target
 method; 2. target class; 3. declaring method; 4. declaring class/interface. | 
| AttributesTransactionAttributeSource | Implementation of the TransactionAttributeSourceinterface that reads
 metadata via Spring'sAttributesabstraction. | 
| BeanFactoryTransactionAttributeSourceAdvisor | Advisor driven by a TransactionAttributeSource, used to include
 a transaction advice bean for methods that are transactional. | 
| CompositeTransactionAttributeSource | Composite TransactionAttributeSourceimplementation that iterates
 over a given array ofTransactionAttributeSourceinstances. | 
| DefaultTransactionAttribute | Transaction attribute that takes the EJB approach to rolling back on runtime, but not checked, exceptions. | 
| DelegatingTransactionAttribute | TransactionAttributeimplementation that delegates all calls to a given targetTransactionAttributeinstance. | 
| MatchAlwaysTransactionAttributeSource | Very simple implementation of TransactionAttributeSource which will always return the same TransactionAttribute for all methods fed to it. | 
| MethodMapTransactionAttributeSource | Simple TransactionAttributeSourceimplementation that
 allows attributes to be stored per method in aMap. | 
| NameMatchTransactionAttributeSource | Simple TransactionAttributeSourceimplementation that
 allows attributes to be matched by registered name. | 
| NoRollbackRuleAttribute | Tag subclass of RollbackRuleAttributethat has the opposite behavior
 to theRollbackRuleAttributesuperclass. | 
| RollbackRuleAttribute | Rule determining whether or not a given exception (and any subclasses) should cause a rollback. | 
| RuleBasedTransactionAttribute | TransactionAttribute implementation that works out whether a given exception should cause transaction rollback by applying a number of rollback rules, both positive and negative. | 
| TransactionAspectSupport | Base class for transactional aspects, such as the AOP Alliance TransactionInterceptoror an AspectJ aspect. | 
| TransactionAttributeEditor | PropertyEditor for TransactionAttributeobjects. | 
| TransactionAttributeSourceAdvisor | Advisor driven by a TransactionAttributeSource, used to include
 aTransactionInterceptoronly for methods that are transactional. | 
| TransactionAttributeSourceEditor | Property editor that converts a String into a TransactionAttributeSource. | 
| TransactionInterceptor | AOP Alliance MethodInterceptor for declarative transaction
 management using the common Spring transaction infrastructure
 ( PlatformTransactionManager). | 
| TransactionProxyFactoryBean | Proxy factory bean for simplified declarative transaction handling. | 
AOP-based solution for declarative transaction demarcation. Builds on the AOP infrastructure in org.springframework.aop.framework. Any POJO can be transactionally advised with Spring.
The TransactionFactoryProxyBean can be used to create transactional AOP proxies transparently to code that uses them.
The TransactionInterceptor is the AOP Alliance MethodInterceptor that delivers transactional advice, based on the Spring transaction abstraction. This allows declarative transaction management in any environment, even without JTA if an application uses only a single database.
| 
 | ||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||