Uses of Interface
org.springframework.transaction.support.ResourceTransactionManager
Packages that use ResourceTransactionManager
Package
Description
Provides a utility class for easy DataSource access,
 a PlatformTransactionManager for a single DataSource,
 and various simple DataSource implementations.
Support classes for the JDBC framework, used by the classes in the
 jdbc.core and jdbc.object packages.
Provides a PlatformTransactionManager implementation for a single
 JMS ConnectionFactory, and a SingleConnectionFactory adapter.
Package providing integration of
 Hibernate 5.x
 with Spring concepts.
Package providing integration of JPA (Java Persistence API) with Spring concepts.
Support classes for the org.springframework.transaction package.
- 
Uses of ResourceTransactionManager in org.springframework.jdbc.datasourceClasses in org.springframework.jdbc.datasource that implement ResourceTransactionManagerModifier and TypeClassDescriptionclassPlatformTransactionManagerimplementation for a single JDBCDataSource.
- 
Uses of ResourceTransactionManager in org.springframework.jdbc.supportClasses in org.springframework.jdbc.support that implement ResourceTransactionManagerModifier and TypeClassDescriptionclassJdbcAccessor-aligned subclass of the plainDataSourceTransactionManager, adding common JDBC exception translation for the commit and rollback step.
- 
Uses of ResourceTransactionManager in org.springframework.jms.connectionClasses in org.springframework.jms.connection that implement ResourceTransactionManagerModifier and TypeClassDescriptionclassPlatformTransactionManagerimplementation for a single JMSConnectionFactory.
- 
Uses of ResourceTransactionManager in org.springframework.orm.hibernate5Classes in org.springframework.orm.hibernate5 that implement ResourceTransactionManagerModifier and TypeClassDescriptionclassPlatformTransactionManagerimplementation for a single HibernateSessionFactory.
- 
Uses of ResourceTransactionManager in org.springframework.orm.jpaClasses in org.springframework.orm.jpa that implement ResourceTransactionManagerModifier and TypeClassDescriptionclassPlatformTransactionManagerimplementation for a single JPAEntityManagerFactory.
- 
Uses of ResourceTransactionManager in org.springframework.transaction.supportMethods in org.springframework.transaction.support with parameters of type ResourceTransactionManagerModifier and TypeMethodDescriptionstatic booleanTransactionSynchronizationUtils.sameResourceFactory(ResourceTransactionManager tm, Object resourceFactory) Check whether the given resource transaction manager refers to the given (underlying) resource factory.