接口的使用
org.springframework.transaction.support.ResourceTransactionManager
使用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.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.org.springframework.jca.cci.connection中ResourceTransactionManager的使用
实现ResourceTransactionManager的org.springframework.jca.cci.connection中的类 修饰符和类型 类 说明 class
CciLocalTransactionManager
PlatformTransactionManager
implementation that manages local transactions for a single CCI ConnectionFactory.org.springframework.jdbc.datasource中ResourceTransactionManager的使用
实现ResourceTransactionManager的org.springframework.jdbc.datasource中的类 修饰符和类型 类 说明 class
DataSourceTransactionManager
PlatformTransactionManager
implementation for a single JDBCDataSource
.org.springframework.jms.connection中ResourceTransactionManager的使用
实现ResourceTransactionManager的org.springframework.jms.connection中的类 修饰符和类型 类 说明 class
JmsTransactionManager
PlatformTransactionManager
implementation for a single JMSConnectionFactory
.org.springframework.orm.hibernate5中ResourceTransactionManager的使用
实现ResourceTransactionManager的org.springframework.orm.hibernate5中的类 修饰符和类型 类 说明 class
HibernateTransactionManager
PlatformTransactionManager
implementation for a single HibernateSessionFactory
.org.springframework.orm.jpa中ResourceTransactionManager的使用
实现ResourceTransactionManager的org.springframework.orm.jpa中的类 修饰符和类型 类 说明 class
JpaTransactionManager
PlatformTransactionManager
implementation for a single JPAEntityManagerFactory
.org.springframework.transaction.support中ResourceTransactionManager的使用
参数类型为ResourceTransactionManager的org.springframework.transaction.support中的方法 修饰符和类型 方法 说明 static boolean
TransactionSynchronizationUtils. sameResourceFactory(ResourceTransactionManager tm, Object resourceFactory)
Check whether the given resource transaction managers refers to the given (underlying) resource factory.