public interface

BeforeTransactionCompletionProcess

org.hibernate.action.BeforeTransactionCompletionProcess
Known Indirect Subclasses

Class Overview

Contract representing some process that needs to occur during before transaction completion.

Summary

Public Methods
abstract void doBeforeTransactionCompletion(SessionImplementor session)
Perform whatever processing is encapsulated here before completion of the transaction.

Public Methods

public abstract void doBeforeTransactionCompletion (SessionImplementor session)

Perform whatever processing is encapsulated here before completion of the transaction.

Parameters
session The session on which the transaction is preparing to complete.