public class

EntityIncrementVersionProcess

extends Object
implements BeforeTransactionCompletionProcess
java.lang.Object
   ↳ org.hibernate.action.EntityIncrementVersionProcess

Class Overview

Verify/Increment the entity version

Summary

Public Constructors
EntityIncrementVersionProcess(Object object, EntityEntry entry)
Public Methods
void doBeforeTransactionCompletion(SessionImplementor session)
Perform whatever processing is encapsulated here before completion of the transaction.
[Expand]
Inherited Methods
From class java.lang.Object
From interface org.hibernate.action.BeforeTransactionCompletionProcess

Public Constructors

public EntityIncrementVersionProcess (Object object, EntityEntry entry)

Public Methods

public void doBeforeTransactionCompletion (SessionImplementor session)

Perform whatever processing is encapsulated here before completion of the transaction.

Parameters
session The session on which the transaction is preparing to complete.