Uses of Interface
org.springframework.transaction.TransactionExecution
Packages that use TransactionExecution Package Description org.springframework.transaction 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.org.springframework.transaction.reactive Support classes for reactive transaction management.org.springframework.transaction.support Support classes for the org.springframework.transaction package.Uses of TransactionExecution in org.springframework.transaction
Subinterfaces of TransactionExecution in org.springframework.transaction Modifier and Type Interface Description interface
ReactiveTransaction
Representation of an ongoing reactive transaction.interface
TransactionStatus
Representation of the status of a transaction.Uses of TransactionExecution in org.springframework.transaction.reactive
Classes in org.springframework.transaction.reactive that implement TransactionExecution Modifier and Type Class Description class
GenericReactiveTransaction
Default implementation of theReactiveTransaction
interface, used byAbstractReactiveTransactionManager
.Uses of TransactionExecution in org.springframework.transaction.support
Classes in org.springframework.transaction.support that implement TransactionExecution Modifier and Type Class Description class
AbstractTransactionStatus
Abstract base implementation of theTransactionStatus
interface.class
DefaultTransactionStatus
Default implementation of theTransactionStatus
interface, used byAbstractPlatformTransactionManager
.class
SimpleTransactionStatus
A simpleTransactionStatus
implementation.