Package org.hibernate.event.internal
Class DefaultPostLoadEventListener
java.lang.Object
org.hibernate.event.internal.DefaultPostLoadEventListener
- All Implemented Interfaces:
PostLoadEventListener,CallbackRegistryConsumer
public class DefaultPostLoadEventListener
extends Object
implements PostLoadEventListener, CallbackRegistryConsumer
Performs needed
EntityEntry.getLockMode()-related processing.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidinjectCallbackRegistry(CallbackRegistry callbackRegistry) Injection of the CallbackRegistryvoidonPostLoad(PostLoadEvent event)
-
Constructor Details
-
DefaultPostLoadEventListener
public DefaultPostLoadEventListener()
-
-
Method Details
-
injectCallbackRegistry
Description copied from interface:CallbackRegistryConsumerInjection of the CallbackRegistry- Specified by:
injectCallbackRegistryin interfaceCallbackRegistryConsumer- Parameters:
callbackRegistry- The CallbackRegistry
-
onPostLoad
- Specified by:
onPostLoadin interfacePostLoadEventListener
-