public class EntityVerifyVersionProcess extends Object implements BeforeTransactionCompletionProcess
| Constructor and Description | 
|---|
EntityVerifyVersionProcess(Object object,
                          EntityEntry entry)
Constructs an EntityVerifyVersionProcess 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
doBeforeTransactionCompletion(SessionImplementor session)
Perform whatever processing is encapsulated here before completion of the transaction. 
 | 
public EntityVerifyVersionProcess(Object object, EntityEntry entry)
object - The entity instanceentry - The entity's referenced EntityEntrypublic void doBeforeTransactionCompletion(SessionImplementor session)
BeforeTransactionCompletionProcessdoBeforeTransactionCompletion in interface BeforeTransactionCompletionProcesssession - The session on which the transaction is preparing to complete.Copyright © 2001-2015 Red Hat, Inc. All Rights Reserved.