Uses of Interface
org.springframework.transaction.ConfigurableTransactionManager
Packages that use ConfigurableTransactionManager
Package
Description
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.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.