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.hibernate3 Package providing integration of Hibernate3 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 manages local transactions for 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 for the JMS 1.0.2 specification, not relying on JMS 1.1 methods like JmsTransactionManager itself.
 

Uses of AbstractPlatformTransactionManager in org.springframework.orm.hibernate3
 

Subclasses of AbstractPlatformTransactionManager in org.springframework.orm.hibernate3
 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, delegating to a backend JTA provider.
 class OC4JJtaTransactionManager
          Special JtaTransactionManager variant for Oracle OC4J (10.1.3 and higher).
 class WebLogicJtaTransactionManager
          Special JtaTransactionManager variant for BEA WebLogic (7.0, 8.1 and higher).
 class WebSphereUowTransactionManager
          WebSphere-specific PlatformTransactionManager implementation that delegates to a UOWManager instance, obtained from WebSphere's JNDI environment.
 



Copyright © 2002-2008 The Spring Framework.