Package org.hibernate.action.spi
Interface BeforeTransactionCompletionProcess
- All Known Implementing Classes:
AuditProcess
,EntityIncrementVersionProcess
,EntityVerifyVersionProcess
public interface BeforeTransactionCompletionProcess
Contract representing some process that needs to occur during before transaction completion.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Perform whatever processing is encapsulated here before completion of the transaction.
-
Method Details
-
doBeforeTransactionCompletion
Perform whatever processing is encapsulated here before completion of the transaction.- Parameters:
session
- The session on which the transaction is preparing to complete.
-