Uses of Interface
org.springframework.transaction.ConfigurableTransactionManager
Packages that use ConfigurableTransactionManager
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.
Provides a utility class for easy ConnectionFactory access,
 a ReactiveTransactionManager for a single ConnectionFactory,
 and various simple ConnectionFactory implementations.
Transaction SPI implementation for JTA.
Support classes for reactive transaction management.
Support classes for the org.springframework.transaction package.
- 
Uses of ConfigurableTransactionManager in org.springframework.jdbc.datasource
Classes in org.springframework.jdbc.datasource that implement ConfigurableTransactionManagerModifier and TypeClassDescriptionclassPlatformTransactionManagerimplementation for a single JDBCDataSource. - 
Uses of ConfigurableTransactionManager in org.springframework.jdbc.support
Classes in org.springframework.jdbc.support that implement ConfigurableTransactionManagerModifier and TypeClassDescriptionclassJdbcAccessor-aligned subclass of the plainDataSourceTransactionManager, adding common JDBC exception translation for the commit and rollback step. - 
Uses of ConfigurableTransactionManager in org.springframework.jms.connection
Classes in org.springframework.jms.connection that implement ConfigurableTransactionManagerModifier and TypeClassDescriptionclassPlatformTransactionManagerimplementation for a single JMSConnectionFactory. - 
Uses of ConfigurableTransactionManager in org.springframework.orm.hibernate5
Classes in org.springframework.orm.hibernate5 that implement ConfigurableTransactionManagerModifier and TypeClassDescriptionclassPlatformTransactionManagerimplementation for a single HibernateSessionFactory. - 
Uses of ConfigurableTransactionManager in org.springframework.orm.jpa
Classes in org.springframework.orm.jpa that implement ConfigurableTransactionManagerModifier and TypeClassDescriptionclassPlatformTransactionManagerimplementation for a single JPAEntityManagerFactory. - 
Uses of ConfigurableTransactionManager in org.springframework.r2dbc.connection
Classes in org.springframework.r2dbc.connection that implement ConfigurableTransactionManagerModifier and TypeClassDescriptionclassReactiveTransactionManagerimplementation for a single R2DBCConnectionFactory. - 
Uses of ConfigurableTransactionManager in org.springframework.transaction.jta
Classes in org.springframework.transaction.jta that implement ConfigurableTransactionManagerModifier and TypeClassDescriptionclassPlatformTransactionManagerimplementation for JTA, delegating to a backend JTA provider. - 
Uses of ConfigurableTransactionManager in org.springframework.transaction.reactive
Classes in org.springframework.transaction.reactive that implement ConfigurableTransactionManagerModifier and TypeClassDescriptionclassAbstract base class that implements Spring's standard reactive transaction workflow, serving as basis for concrete platform transaction managers. - 
Uses of ConfigurableTransactionManager in org.springframework.transaction.support
Classes in org.springframework.transaction.support that implement ConfigurableTransactionManagerModifier and TypeClassDescriptionclassAbstract base class that implements Spring's standard transaction workflow, serving as basis for concrete platform transaction managers likeJtaTransactionManager.