Package org.hibernate.sql.exec.internal
Class CallbackImpl
java.lang.Object
org.hibernate.sql.exec.internal.CallbackImpl
- All Implemented Interfaces:
Callback
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
void
invokeAfterLoadActions
(Object entity, EntityMappingType entityMappingType, SharedSessionContractImplementor session) Invoke all registered actionsvoid
registerAfterLoadAction
(AfterLoadAction afterLoadAction) Register a callback action
-
Constructor Details
-
CallbackImpl
public CallbackImpl()
-
-
Method Details
-
registerAfterLoadAction
Description copied from interface:Callback
Register a callback action- Specified by:
registerAfterLoadAction
in interfaceCallback
-
hasAfterLoadActions
public boolean hasAfterLoadActions()- Specified by:
hasAfterLoadActions
in interfaceCallback
-