Uses of Class
org.springframework.transaction.support.AbstractPlatformTransactionManager
Packages that use AbstractPlatformTransactionManager 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.jta Transaction SPI implementation for JTA.Uses of AbstractPlatformTransactionManager in org.springframework.jca.cci.connection
Subclasses of AbstractPlatformTransactionManager in org.springframework.jca.cci.connection Modifier and Type Class Description classCciLocalTransactionManagerPlatformTransactionManagerimplementation that manages local transactions for a single CCI ConnectionFactory.Uses of AbstractPlatformTransactionManager in org.springframework.jdbc.datasource
Subclasses of AbstractPlatformTransactionManager in org.springframework.jdbc.datasource Modifier and Type Class Description classDataSourceTransactionManagerPlatformTransactionManagerimplementation for a single JDBCDataSource.Uses of AbstractPlatformTransactionManager in org.springframework.jms.connection
Subclasses of AbstractPlatformTransactionManager in org.springframework.jms.connection Modifier and Type Class Description classJmsTransactionManagerPlatformTransactionManagerimplementation for a single JMSConnectionFactory.Uses of AbstractPlatformTransactionManager in org.springframework.orm.hibernate5
Subclasses of AbstractPlatformTransactionManager in org.springframework.orm.hibernate5 Modifier and Type Class Description classHibernateTransactionManagerPlatformTransactionManagerimplementation for a single HibernateSessionFactory.Uses of AbstractPlatformTransactionManager in org.springframework.orm.jpa
Subclasses of AbstractPlatformTransactionManager in org.springframework.orm.jpa Modifier and Type Class Description classJpaTransactionManagerPlatformTransactionManagerimplementation for a single JPAEntityManagerFactory.Uses of AbstractPlatformTransactionManager in org.springframework.transaction.jta
Subclasses of AbstractPlatformTransactionManager in org.springframework.transaction.jta Modifier and Type Class Description 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.