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 interfaceReactiveTransactionRepresentation of an ongoing reactive transaction.interfaceTransactionStatusRepresentation 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 classGenericReactiveTransactionDefault implementation of theReactiveTransactioninterface, used byAbstractReactiveTransactionManager.Uses of TransactionExecution in org.springframework.transaction.support
Classes in org.springframework.transaction.support that implement TransactionExecution Modifier and Type Class Description classAbstractTransactionStatusAbstract base implementation of theTransactionStatusinterface.classDefaultTransactionStatusDefault implementation of theTransactionStatusinterface, used byAbstractPlatformTransactionManager.classSimpleTransactionStatusA simpleTransactionStatusimplementation.