Package org.hibernate.sql.exec.internal
Class CallbackImpl
java.lang.Object
org.hibernate.sql.exec.internal.CallbackImpl
- All Implemented Interfaces:
Callback
- Author:
- Christian Beikov
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanvoidinvokeAfterLoadActions(Object entity, EntityMappingType entityMappingType, SharedSessionContractImplementor session) Invoke all registered actionsvoidregisterAfterLoadAction(AfterLoadAction afterLoadAction) Register a callback actionMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.hibernate.sql.exec.spi.Callback
invokeAfterLoadActions
-
Constructor Details
-
CallbackImpl
public CallbackImpl()
-
-
Method Details
-
registerAfterLoadAction
Description copied from interface:CallbackRegister a callback action- Specified by:
registerAfterLoadActionin interfaceCallback
-
hasAfterLoadActions
public boolean hasAfterLoadActions()- Specified by:
hasAfterLoadActionsin interfaceCallback
-