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