Package org.hibernate.engine.spi
Interface TransactionCompletionCallbacks.AfterCompletionCallback
- All Superinterfaces:
TransactionCompletionCallbacks.CompletionCallback
- All Known Subinterfaces:
AfterTransactionCompletionProcess
- Enclosing interface:
TransactionCompletionCallbacks
public static interface TransactionCompletionCallbacks.AfterCompletionCallback
extends TransactionCompletionCallbacks.CompletionCallback
-
Method Summary
Modifier and TypeMethodDescriptionvoid
doAfterTransactionCompletion
(boolean success, SharedSessionContractImplementor session) Perform whatever processing is encapsulated here after completion of the transaction.
-
Method Details