Uses of Interface
org.springframework.transaction.support.SmartTransactionObject

Packages that use SmartTransactionObject
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.jms.connection Provides a PlatformTransactionManager implementation for a single JMS ConnectionFactory, and a SingleConnectionFactory adapter. 
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.jta Transaction SPI implementation for JTA. 
 

Uses of SmartTransactionObject in org.springframework.jdbc.datasource
 

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

Uses of SmartTransactionObject in org.springframework.jms.connection
 

Classes in org.springframework.jms.connection that implement SmartTransactionObject
 class JmsTransactionObject
          JMS transaction object, representing a ConnectionHolder.
 

Uses of SmartTransactionObject in org.springframework.orm.hibernate
 

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

Uses of SmartTransactionObject in org.springframework.orm.jdo
 

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

Uses of SmartTransactionObject in org.springframework.orm.ojb
 

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

Uses of SmartTransactionObject in org.springframework.transaction.jta
 

Classes in org.springframework.transaction.jta that implement SmartTransactionObject
 class JtaTransactionObject
          JTA transaction object, representing a UserTransaction.
 



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