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.datasource
Subclasses of AbstractPlatformTransactionManager in org.springframework.jdbc.datasourceModifier and TypeClassDescriptionclassPlatformTransactionManagerimplementation for a single JDBCDataSource. -
Uses of AbstractPlatformTransactionManager in org.springframework.jdbc.support
Subclasses 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.connection
Subclasses of AbstractPlatformTransactionManager in org.springframework.jms.connectionModifier and TypeClassDescriptionclassPlatformTransactionManagerimplementation for a single JMSConnectionFactory. -
Uses of AbstractPlatformTransactionManager in org.springframework.orm.hibernate5
Subclasses of AbstractPlatformTransactionManager in org.springframework.orm.hibernate5Modifier and TypeClassDescriptionclassPlatformTransactionManagerimplementation for a single HibernateSessionFactory. -
Uses of AbstractPlatformTransactionManager in org.springframework.orm.jpa
Subclasses of AbstractPlatformTransactionManager in org.springframework.orm.jpaModifier and TypeClassDescriptionclassPlatformTransactionManagerimplementation for a single JPAEntityManagerFactory. -
Uses of AbstractPlatformTransactionManager in org.springframework.transaction.jta
Subclasses of AbstractPlatformTransactionManager in org.springframework.transaction.jtaModifier and TypeClassDescriptionclassPlatformTransactionManagerimplementation for JTA, delegating to a backend JTA provider.