Uses of Package
org.springframework.transaction.support

Packages that use org.springframework.transaction.support
org.springframework.jdbc.datasource Provides a utility class for easy DataSource access, a PlatformTransactionManager for a single DataSource, and various simple DataSource implementations. 
org.springframework.orm.hibernate Package providing integration of Hibernate with Spring concepts. 
org.springframework.orm.jdo Package providing integration of JDO with Spring concepts. 
org.springframework.transaction.interceptor AOP-based solution for declarative transaction demarcation. 
org.springframework.transaction.jta Transaction SPI implementation for JTA. 
org.springframework.transaction.support Support classes for the org.springframework.transaction package. 
 

Classes in org.springframework.transaction.support used by org.springframework.jdbc.datasource
AbstractPlatformTransactionManager
          Abstract base class that allows for easy implementation of concrete platform transaction managers like JtaTransactionManager and HibernateTransactionManager.
DefaultTransactionStatus
          Default implementation of the TransactionStatus interface, used by AbstractPlatformTransactionManager.
ResourceHolderSupport
          Convenient base class for resource holders.
 

Classes in org.springframework.transaction.support used by org.springframework.orm.hibernate
AbstractPlatformTransactionManager
          Abstract base class that allows for easy implementation of concrete platform transaction managers like JtaTransactionManager and HibernateTransactionManager.
DefaultTransactionStatus
          Default implementation of the TransactionStatus interface, used by AbstractPlatformTransactionManager.
ResourceHolderSupport
          Convenient base class for resource holders.
 

Classes in org.springframework.transaction.support used by org.springframework.orm.jdo
AbstractPlatformTransactionManager
          Abstract base class that allows for easy implementation of concrete platform transaction managers like JtaTransactionManager and HibernateTransactionManager.
DefaultTransactionStatus
          Default implementation of the TransactionStatus interface, used by AbstractPlatformTransactionManager.
ResourceHolderSupport
          Convenient base class for resource holders.
 

Classes in org.springframework.transaction.support used by org.springframework.transaction.interceptor
DefaultTransactionDefinition
          Default implementation of the TransactionDefinition interface, offering bean-style configuration and sensible default values (PROPAGATION_REQUIRED, ISOLATION_DEFAULT, TIMEOUT_DEFAULT, readOnly=false).
 

Classes in org.springframework.transaction.support used by org.springframework.transaction.jta
AbstractPlatformTransactionManager
          Abstract base class that allows for easy implementation of concrete platform transaction managers like JtaTransactionManager and HibernateTransactionManager.
DefaultTransactionStatus
          Default implementation of the TransactionStatus interface, used by AbstractPlatformTransactionManager.
 

Classes in org.springframework.transaction.support used by org.springframework.transaction.support
DefaultTransactionDefinition
          Default implementation of the TransactionDefinition interface, offering bean-style configuration and sensible default values (PROPAGATION_REQUIRED, ISOLATION_DEFAULT, TIMEOUT_DEFAULT, readOnly=false).
DefaultTransactionStatus
          Default implementation of the TransactionStatus interface, used by AbstractPlatformTransactionManager.
TransactionCallback
          Callback interface for transactional code.
TransactionSynchronization
          Interface for callbacks after transaction completion.
 



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