Uses of Interface
org.springframework.transaction.SavepointManager

Packages that use SavepointManager
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.orm.ojb Package providing integration of Apache OJB with Spring concepts.  
org.springframework.transaction Exception hierarchy for Spring's transaction infrastructure, independent of any specific transaction management system.  
org.springframework.transaction.support Support classes for the org.springframework.transaction package.  
 

Uses of SavepointManager in org.springframework.jdbc.datasource
 

Classes in org.springframework.jdbc.datasource that implement SavepointManager
 class DataSourceTransactionObject
          DataSource transaction object, representing a ConnectionHolder.
 class JdbcTransactionObjectSupport
          Convenient base class for JDBC-aware transaction objects.
 

Uses of SavepointManager in org.springframework.orm.hibernate
 

Classes in org.springframework.orm.hibernate that implement SavepointManager
 class HibernateTransactionObject
          Hibernate transaction object, representing a SessionHolder.
 

Uses of SavepointManager in org.springframework.orm.jdo
 

Classes in org.springframework.orm.jdo that implement SavepointManager
 class JdoTransactionObject
          JDO transaction object, representing a PersistenceManagerHolder.
 

Uses of SavepointManager in org.springframework.orm.ojb
 

Classes in org.springframework.orm.ojb that implement SavepointManager
 class PersistenceBrokerTransactionObject
          OJB transaction object, representing a setPersistenceBrokerHolder.
 

Uses of SavepointManager in org.springframework.transaction
 

Subinterfaces of SavepointManager in org.springframework.transaction
 interface TransactionStatus
          Representation of the status of a transaction, consisting of a transaction object and some status flags.
 

Uses of SavepointManager in org.springframework.transaction.support
 

Classes in org.springframework.transaction.support that implement SavepointManager
 class DefaultTransactionStatus
          Default implementation of the TransactionStatus interface, used by AbstractPlatformTransactionManager.
 

Methods in org.springframework.transaction.support that return SavepointManager
protected  SavepointManager DefaultTransactionStatus.getSavepointManager()
          Return the underlying transaction as SavepointManager, if possible.
 



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