Uses of Class
org.springframework.transaction.support.AbstractPlatformTransactionManager
Packages that use AbstractPlatformTransactionManager
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.
Transaction SPI implementation for JTA.
- 
Uses of AbstractPlatformTransactionManager in org.springframework.jdbc.datasourceSubclasses of AbstractPlatformTransactionManager in org.springframework.jdbc.datasourceModifier and TypeClassDescriptionclassPlatformTransactionManagerimplementation for a single JDBCDataSource.
- 
Uses of AbstractPlatformTransactionManager in org.springframework.jdbc.supportSubclasses of AbstractPlatformTransactionManager in org.springframework.jdbc.supportModifier and TypeClassDescriptionclassJdbcAccessor-aligned subclass of the plainDataSourceTransactionManager, adding common JDBC exception translation for the commit and rollback step.
- 
Uses of AbstractPlatformTransactionManager in org.springframework.jms.connectionSubclasses of AbstractPlatformTransactionManager in org.springframework.jms.connectionModifier and TypeClassDescriptionclassPlatformTransactionManagerimplementation for a single JMSConnectionFactory.
- 
Uses of AbstractPlatformTransactionManager in org.springframework.orm.hibernate5Subclasses of AbstractPlatformTransactionManager in org.springframework.orm.hibernate5Modifier and TypeClassDescriptionclassPlatformTransactionManagerimplementation for a single HibernateSessionFactory.
- 
Uses of AbstractPlatformTransactionManager in org.springframework.orm.jpaSubclasses of AbstractPlatformTransactionManager in org.springframework.orm.jpaModifier and TypeClassDescriptionclassPlatformTransactionManagerimplementation for a single JPAEntityManagerFactory.
- 
Uses of AbstractPlatformTransactionManager in org.springframework.transaction.jtaSubclasses of AbstractPlatformTransactionManager in org.springframework.transaction.jtaModifier and TypeClassDescriptionclassPlatformTransactionManagerimplementation for JTA, delegating to a backend JTA provider.