Package org.hibernate.action.internal
Class EntityVerifyVersionProcess
java.lang.Object
org.hibernate.action.internal.EntityVerifyVersionProcess
- All Implemented Interfaces:
BeforeTransactionCompletionProcess
public class EntityVerifyVersionProcess
extends Object
implements BeforeTransactionCompletionProcess
A
BeforeTransactionCompletionProcess
impl to verify an entity
version as part of before-transaction-completion processing.-
Constructor Summary
ConstructorsConstructorDescriptionEntityVerifyVersionProcess
(Object object) Constructs an EntityVerifyVersionProcess -
Method Summary
Modifier and TypeMethodDescriptionvoid
Perform whatever processing is encapsulated here before completion of the transaction.
-
Constructor Details
-
EntityVerifyVersionProcess
Constructs an EntityVerifyVersionProcess- Parameters:
object
- The entity instance
-
-
Method Details
-
doBeforeTransactionCompletion
Description copied from interface:BeforeTransactionCompletionProcess
Perform whatever processing is encapsulated here before completion of the transaction.- Specified by:
doBeforeTransactionCompletion
in interfaceBeforeTransactionCompletionProcess
- Parameters:
session
- The session on which the transaction is preparing to complete.
-