Uses of Interface
org.springframework.transaction.support.ResourceTransactionManager
Packages that use ResourceTransactionManager Package Description 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.hibernate5 Package providing integration of Hibernate 5.x with Spring concepts.org.springframework.orm.jpa Package providing integration of JPA (Java Persistence API) 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 Modifier and Type Class Description 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 Modifier and Type Class Description class
DataSourceTransactionManager
PlatformTransactionManager
implementation for a single JDBCDataSource
.Uses of ResourceTransactionManager in org.springframework.jms.connection
Classes in org.springframework.jms.connection that implement ResourceTransactionManager Modifier and Type Class Description class
JmsTransactionManager
PlatformTransactionManager
implementation for a single JMSConnectionFactory
.Uses of ResourceTransactionManager in org.springframework.orm.hibernate5
Classes in org.springframework.orm.hibernate5 that implement ResourceTransactionManager Modifier and Type Class Description class
HibernateTransactionManager
PlatformTransactionManager
implementation for a single HibernateSessionFactory
.Uses of ResourceTransactionManager in org.springframework.orm.jpa
Classes in org.springframework.orm.jpa that implement ResourceTransactionManager Modifier and Type Class Description class
JpaTransactionManager
PlatformTransactionManager
implementation for a single JPAEntityManagerFactory
.Uses of ResourceTransactionManager in org.springframework.transaction.support
Methods in org.springframework.transaction.support with parameters of type ResourceTransactionManager Modifier and Type Method Description static boolean
TransactionSynchronizationUtils. sameResourceFactory(ResourceTransactionManager tm, Object resourceFactory)
Check whether the given resource transaction managers refers to the given (underlying) resource factory.