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

Packages that use AbstractPlatformTransactionManager
org.springframework.jca.cci.connection Provides a utility class for easy ConnectionFactory access, a PlatformTransactionManager for local CCI transactions, and various simple ConnectionFactory proxies/adapters. 
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 2.1 with Spring concepts. 
org.springframework.orm.jdo Package providing integration of JDO (Java Date Objects) with Spring concepts. 
org.springframework.orm.ojb Package providing integration of Apache OJB with Spring concepts. 
org.springframework.orm.toplink Package providing integration of Oracle TopLink with Spring concepts. 
org.springframework.transaction.jta Transaction SPI implementation for JTA. 
 

Uses of AbstractPlatformTransactionManager in org.springframework.jca.cci.connection
 

Subclasses of AbstractPlatformTransactionManager in org.springframework.jca.cci.connection
 class CciLocalTransactionManager
          PlatformTransactionManager implementation that performs local transactions on a single CCI ConnectionFactory.
 

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.orm.toplink
 

Subclasses of AbstractPlatformTransactionManager in org.springframework.orm.toplink
 class TopLinkTransactionManager
          PlatformTransactionManager implementation for a single TopLink SessionFactory.
 

Uses of AbstractPlatformTransactionManager in org.springframework.transaction.jta
 

Subclasses of AbstractPlatformTransactionManager in org.springframework.transaction.jta
 class JtaTransactionManager
          PlatformTransactionManager implementation for JTA, delegating to a backend JTA provider.
 class WebLogicJtaTransactionManager
          Special JtaTransactionManager version for BEA WebLogic (7.0, 8.1 and higher).
 



Copyright (c) 2002-2007 The Spring Framework Project.