| |||||||||
| PREV DIAGRAM NEXT DIAGRAM | FRAMES NO FRAMES | ||||||||
| Class Summary | |
| AttributesTransactionAttributeSource | Implementation of TransactionAttributeSource that uses attributes from an Attributes implementation. |
| DefaultTransactionAttribute | Transaction attribute that takes the EJB approach to rolling back on runtime, but not checked, exceptions. |
| MatchAlwaysTransactionAttributeSource | Very simple implementation of TransactionAttributeSource which will always return the same TransactionAttribute for all methods fed to it. |
| MethodMapTransactionAttributeSource | Simple implementation of TransactionAttributeSource that allows attributes to be stored per method in a map. |
| NameMatchTransactionAttributeSource | Simple implementation of TransactionAttributeSource that allows attributes to be matched by registered name. |
| NoRollbackRuleAttribute | Tag class. |
| 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. |
| TransactionAttribute | This interface adds a rollBackOn specification to TransactionDefinition. |
| TransactionAttributeEditor | PropertyEditor for TransactionAttribute objects. |
| TransactionAttributeSource | Interface used by TransactionInterceptor. |
| TransactionAttributeSourceEditor | Property editor that can convert String into TransactionAttributeSource. |
| TransactionAttributeSourceTransactionAroundAdvisor | InterceptionAroundAdvisor driven by a TransactionAttributeSource. |
| TransactionInterceptor | Interceptor providing declarative transaction management using the common Spring transaction infrastructure. |
| TransactionProxyFactoryBean | Proxy factory bean for simplified declarative transaction handling. |
| |||||||||
| PREV DIAGRAM NEXT DIAGRAM | FRAMES NO FRAMES | ||||||||