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
Verify/Increment the entity version
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EntityVerifyVersionProcess
public EntityVerifyVersionProcess(Object object,
EntityEntry entry)
doBeforeTransactionCompletion
public void doBeforeTransactionCompletion(SessionImplementor session)
- Description copied from interface:
BeforeTransactionCompletionProcess
- Perform whatever processing is encapsulated here before completion of the transaction.
- Specified by:
doBeforeTransactionCompletion
in interface BeforeTransactionCompletionProcess
- Parameters:
session
- The session on which the transaction is preparing to complete.
Copyright © 2001-2012 Red Hat, Inc. All Rights Reserved.