类 DefaultPostLoadEventListener
- java.lang.Object
-
- org.hibernate.event.internal.DefaultPostLoadEventListener
-
public class DefaultPostLoadEventListener extends Object implements PostLoadEventListener, CallbackRegistryConsumer
We do 2 things here:- Call
Lifecycleinterface if necessary - Perform needed
EntityEntry.getLockMode()related processing
- 作者:
- Gavin King, Steve Ebersole
- 另请参阅:
- 序列化表格
- Call
-
-
构造器概要
构造器 构造器 说明 DefaultPostLoadEventListener()
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 voidinjectCallbackRegistry(CallbackRegistry callbackRegistry)Injection of the CallbackRegistryprotected voidinvokeLoadLifecycle(PostLoadEvent event, EventSource session)voidonPostLoad(PostLoadEvent event)
-
-
-
方法详细资料
-
injectCallbackRegistry
public void injectCallbackRegistry(CallbackRegistry callbackRegistry)
从接口复制的说明:CallbackRegistryConsumerInjection of the CallbackRegistry- 指定者:
injectCallbackRegistry在接口中CallbackRegistryConsumer- 参数:
callbackRegistry- The CallbackRegistry
-
onPostLoad
public void onPostLoad(PostLoadEvent event)
- 指定者:
onPostLoad在接口中PostLoadEventListener
-
invokeLoadLifecycle
protected void invokeLoadLifecycle(PostLoadEvent event, EventSource session)
-
-