Package org.springframework.transaction.compensating
package org.springframework.transaction.compensating
-
ClassDescriptionResponsible for executing a single recorded operation as well as committing or rolling it back, depending on the transaction outcome.Factory interface for creating
CompensatingTransactionOperationRecorder
objects based on operation method names.A CompensatingTransactionOperationManager implementation records and performs operations that are to be performed within a compensating transaction.An implementation of this interface is responsible for recording data and supplying aCompensatingTransactionOperationExecutor
to be invoked for execution and compensating transaction management of the operation.