Uses of Interface
org.springframework.transaction.TransactionExecution
Package
Description
Spring's core transaction management APIs (independent of any specific transaction
management system); an exception hierarchy for Spring's transaction infrastructure;
and transaction manager, definition, and status interfaces.
Support classes for reactive transaction management.
Support classes for the org.springframework.transaction package.
-
Uses of TransactionExecution in org.springframework.transaction
Modifier and TypeInterfaceDescriptioninterface
Representation of an ongoing reactive transaction.interface
Representation of the status of a transaction. -
Uses of TransactionExecution in org.springframework.transaction.reactive
Modifier and TypeClassDescriptionclass
Default implementation of theReactiveTransaction
interface, used byAbstractReactiveTransactionManager
. -
Uses of TransactionExecution in org.springframework.transaction.support
Modifier and TypeClassDescriptionclass
Abstract base implementation of theTransactionStatus
interface.class
Default implementation of theTransactionStatus
interface, used byAbstractPlatformTransactionManager
.class
A simpleTransactionStatus
implementation.