|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.hibernate.action.EntityIncrementVersionProcess
public class EntityIncrementVersionProcess
Verify/Increment the entity version
Constructor Summary | |
---|---|
EntityIncrementVersionProcess(java.lang.Object object,
EntityEntry entry)
|
Method Summary | |
---|---|
void |
doBeforeTransactionCompletion(SessionImplementor session)
Perform whatever processing is encapsulated here before completion of the transaction. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public EntityIncrementVersionProcess(java.lang.Object object, EntityEntry entry)
Method Detail |
---|
public void doBeforeTransactionCompletion(SessionImplementor session)
doBeforeTransactionCompletion
in interface BeforeTransactionCompletionProcess
session
- The session on which the transaction is preparing to complete.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |