public class EntityIncrementVersionProcess extends Object implements BeforeTransactionCompletionProcess
Constructor and Description |
---|
EntityIncrementVersionProcess(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(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 © 2017 JBoss by Red Hat. All rights reserved.