Uses of Class
org.springframework.transaction.support.DefaultTransactionDefinition

Packages that use DefaultTransactionDefinition
org.springframework.transaction.interceptor AOP-based solution for declarative transaction demarcation. 
org.springframework.transaction.support Support classes for the org.springframework.transaction package. 
 

Uses of DefaultTransactionDefinition in org.springframework.transaction.interceptor
 

Subclasses of DefaultTransactionDefinition in org.springframework.transaction.interceptor
 class DefaultTransactionAttribute
          Transaction attribute that takes the EJB approach to rolling back on runtime, but not checked, exceptions.
 class 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.
 

Uses of DefaultTransactionDefinition in org.springframework.transaction.support
 

Subclasses of DefaultTransactionDefinition in org.springframework.transaction.support
 class TransactionTemplate
          Template class that simplifies programmatic transaction demarcation and transaction exception handling.
 



Copyright © 2002-2008 The Spring Framework.