类 EntityIncrementVersionProcess
- java.lang.Object
-
- org.hibernate.action.internal.EntityIncrementVersionProcess
-
- 所有已实现的接口:
BeforeTransactionCompletionProcess
public class EntityIncrementVersionProcess extends Object implements BeforeTransactionCompletionProcess
A BeforeTransactionCompletionProcess impl to verify and increment an entity version as party of before-transaction-completion processing- 作者:
- Scott Marlow
-
-
构造器概要
构造器 构造器 说明 EntityIncrementVersionProcess(Object object)Constructs an EntityIncrementVersionProcess for the given entity.
-
-
-
构造器详细资料
-
EntityIncrementVersionProcess
public EntityIncrementVersionProcess(Object object)
Constructs an EntityIncrementVersionProcess for the given entity.- 参数:
object- The entity instance
-
-
方法详细资料
-
doBeforeTransactionCompletion
public void doBeforeTransactionCompletion(SessionImplementor session)
Perform whatever processing is encapsulated here before completion of the transaction.- 指定者:
doBeforeTransactionCompletion在接口中BeforeTransactionCompletionProcess- 参数:
session- The session on which the transaction is preparing to complete.
-
-