类的使用
org.springframework.transaction.support.AbstractPlatformTransactionManager
使用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.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.jta Transaction SPI implementation for JTA.org.springframework.jca.cci.connection中AbstractPlatformTransactionManager的使用
org.springframework.jca.cci.connection中AbstractPlatformTransactionManager的子类 修饰符和类型 类 说明 classCciLocalTransactionManagerPlatformTransactionManagerimplementation that manages local transactions for a single CCI ConnectionFactory.org.springframework.jdbc.datasource中AbstractPlatformTransactionManager的使用
org.springframework.jdbc.datasource中AbstractPlatformTransactionManager的子类 修饰符和类型 类 说明 classDataSourceTransactionManagerPlatformTransactionManagerimplementation for a single JDBCDataSource.org.springframework.jms.connection中AbstractPlatformTransactionManager的使用
org.springframework.jms.connection中AbstractPlatformTransactionManager的子类 修饰符和类型 类 说明 classJmsTransactionManagerPlatformTransactionManagerimplementation for a single JMSConnectionFactory.org.springframework.orm.hibernate5中AbstractPlatformTransactionManager的使用
org.springframework.orm.hibernate5中AbstractPlatformTransactionManager的子类 修饰符和类型 类 说明 classHibernateTransactionManagerPlatformTransactionManagerimplementation for a single HibernateSessionFactory.org.springframework.orm.jpa中AbstractPlatformTransactionManager的使用
org.springframework.orm.jpa中AbstractPlatformTransactionManager的子类 修饰符和类型 类 说明 classJpaTransactionManagerPlatformTransactionManagerimplementation for a single JPAEntityManagerFactory.org.springframework.transaction.jta中AbstractPlatformTransactionManager的使用
org.springframework.transaction.jta中AbstractPlatformTransactionManager的子类 修饰符和类型 类 说明 classJtaTransactionManagerPlatformTransactionManagerimplementation for JTA, delegating to a backend JTA provider.classWebLogicJtaTransactionManagerSpecialJtaTransactionManagervariant for BEA WebLogic (9.0 and higher).classWebSphereUowTransactionManagerWebSphere-specific PlatformTransactionManager implementation that delegates to aUOWManagerinstance, obtained from WebSphere's JNDI environment.