Package org.hibernate.engine.spi
Interface TransactionCompletionCallbacks.BeforeCompletionCallback
- All Superinterfaces:
TransactionCompletionCallbacks.CompletionCallback
- All Known Subinterfaces:
BeforeTransactionCompletionProcess
- Enclosing interface:
TransactionCompletionCallbacks
public static interface TransactionCompletionCallbacks.BeforeCompletionCallback
extends TransactionCompletionCallbacks.CompletionCallback
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Perform whatever processing is encapsulated here before completion of the transaction.
-
Method Details