Uses of Interface
org.springframework.transaction.TransactionExecution
Packages that use 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.transactionSubinterfaces of TransactionExecution in org.springframework.transactionModifier and TypeInterfaceDescriptioninterfaceRepresentation of an ongoing reactive transaction.interfaceRepresentation of the status of a transaction.
- 
Uses of TransactionExecution in org.springframework.transaction.reactiveClasses in org.springframework.transaction.reactive that implement TransactionExecutionModifier and TypeClassDescriptionclassDefault implementation of theReactiveTransactioninterface, used byAbstractReactiveTransactionManager.
- 
Uses of TransactionExecution in org.springframework.transaction.supportClasses in org.springframework.transaction.support that implement TransactionExecutionModifier and TypeClassDescriptionclassAbstract base implementation of theTransactionStatusinterface.classDefault implementation of theTransactionStatusinterface, used byAbstractPlatformTransactionManager.classA simpleTransactionStatusimplementation.