Interface TransactionCompletionCallbacks.BeforeCompletionCallback

All Superinterfaces:
TransactionCompletionCallbacks.CompletionCallback
All Known Subinterfaces:
BeforeTransactionCompletionProcess
Enclosing interface:
TransactionCompletionCallbacks

public static interface TransactionCompletionCallbacks.BeforeCompletionCallback extends TransactionCompletionCallbacks.CompletionCallback
  • Method Details

    • doBeforeTransactionCompletion

      void doBeforeTransactionCompletion(SharedSessionContractImplementor session)
      Perform whatever processing is encapsulated here before completion of the transaction.
      Parameters:
      session - The session on which the transaction is preparing to complete.