public class

EntityVerifyVersionProcess

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

Class Overview

Verify/Increment the entity version

Summary

Public Constructors
EntityVerifyVersionProcess(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 EntityVerifyVersionProcess (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.