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