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

Packages that use AbstractPlatformTransactionManager
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 AbstractPlatformTransactionManager in org.springframework.jdbc.datasource
 

Subclasses of AbstractPlatformTransactionManager in org.springframework.jdbc.datasource
 class DataSourceTransactionManager
          PlatformTransactionManager implementation for a single JDBC DataSource.
 

Uses of AbstractPlatformTransactionManager in org.springframework.jms.connection
 

Subclasses of AbstractPlatformTransactionManager in org.springframework.jms.connection
 class JmsTransactionManager
          PlatformTransactionManager implementation for a single JMS ConnectionFactory.
 class JmsTransactionManager102
          A subclass of JmsTransactionManager that uses the JMS 1.0.2 specification, rather than the JMS 1.1 methods used by JmsTransactionManager itself.
 

Uses of AbstractPlatformTransactionManager in org.springframework.orm.hibernate
 

Subclasses of AbstractPlatformTransactionManager in org.springframework.orm.hibernate
 class HibernateTransactionManager
          PlatformTransactionManager implementation for a single Hibernate SessionFactory.
 

Uses of AbstractPlatformTransactionManager in org.springframework.orm.jdo
 

Subclasses of AbstractPlatformTransactionManager in org.springframework.orm.jdo
 class JdoTransactionManager
          PlatformTransactionManager implementation for a single JDO PersistenceManagerFactory.
 

Uses of AbstractPlatformTransactionManager in org.springframework.orm.ojb
 

Subclasses of AbstractPlatformTransactionManager in org.springframework.orm.ojb
 class PersistenceBrokerTransactionManager
          PlatformTransactionManager implementation for a single OJB persistence broker key.
 

Uses of AbstractPlatformTransactionManager in org.springframework.transaction.jta
 

Subclasses of AbstractPlatformTransactionManager in org.springframework.transaction.jta
 class JtaTransactionManager
          PlatformTransactionManager implementation for JTA, i.e.
 class WebLogicJtaTransactionManager
          Special JtaTransactionManager version for BEA WebLogic.
 



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