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

Packages that use ResourceTransactionManager
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.support Support classes for the org.springframework.transaction package. 
 

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

Classes in org.springframework.jca.cci.connection that implement ResourceTransactionManager
 class CciLocalTransactionManager
          PlatformTransactionManager implementation that manages local transactions for a single CCI ConnectionFactory.
 

Uses of ResourceTransactionManager in org.springframework.jdbc.datasource
 

Classes in org.springframework.jdbc.datasource that implement ResourceTransactionManager
 class DataSourceTransactionManager
          PlatformTransactionManager implementation for a single JDBC DataSource.
 

Uses of ResourceTransactionManager in org.springframework.jms.connection
 

Classes in org.springframework.jms.connection that implement ResourceTransactionManager
 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 ResourceTransactionManager in org.springframework.orm.hibernate3
 

Classes in org.springframework.orm.hibernate3 that implement ResourceTransactionManager
 class HibernateTransactionManager
          PlatformTransactionManager implementation for a single Hibernate SessionFactory.
 

Uses of ResourceTransactionManager in org.springframework.orm.jdo
 

Classes in org.springframework.orm.jdo that implement ResourceTransactionManager
 class JdoTransactionManager
          PlatformTransactionManager implementation for a single JDO PersistenceManagerFactory.
 

Uses of ResourceTransactionManager in org.springframework.orm.jpa
 

Classes in org.springframework.orm.jpa that implement ResourceTransactionManager
 class JpaTransactionManager
          PlatformTransactionManager implementation for a single JPA EntityManagerFactory.
 

Uses of ResourceTransactionManager in org.springframework.orm.toplink
 

Classes in org.springframework.orm.toplink that implement ResourceTransactionManager
 class TopLinkTransactionManager
          PlatformTransactionManager implementation for a single TopLink SessionFactory.
 

Uses of ResourceTransactionManager in org.springframework.transaction.support
 

Methods in org.springframework.transaction.support with parameters of type ResourceTransactionManager
static boolean TransactionSynchronizationUtils.sameResourceFactory(ResourceTransactionManager tm, Object resourceFactory)
          Check whether the given resource transaction managers refers to the given (underlying) resource factory.
 



Copyright © 2002-2008 The Spring Framework.