The Spring Framework

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.jpa Package providing integration of JPA (Java Persistence API) 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.jpa
 

Subclasses of AbstractPlatformTransactionManager in org.springframework.orm.jpa
 class JpaTransactionManager
          PlatformTransactionManager implementation for a single JPA EntityManagerFactory.
 

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, i.e.
 class WebLogicJtaTransactionManager
          Special JtaTransactionManager version for BEA WebLogic (7.0, 8.1 and higher).
 


The Spring Framework

Copyright © 2002-2006 The Spring Framework.