Package org.hibernate.sql.exec.internal
Class CallbackImpl
- java.lang.Object
-
- org.hibernate.sql.exec.internal.CallbackImpl
-
-
Constructor Summary
Constructors Constructor Description CallbackImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
invokeAfterLoadActions(SharedSessionContractImplementor session, Object entity, Loadable persister)
void
registerAfterLoadAction(AfterLoadAction afterLoadAction)
-
-
-
Method Detail
-
registerAfterLoadAction
public void registerAfterLoadAction(AfterLoadAction afterLoadAction)
- Specified by:
registerAfterLoadAction
in interfaceCallback
-
invokeAfterLoadActions
public void invokeAfterLoadActions(SharedSessionContractImplementor session, Object entity, Loadable persister)
- Specified by:
invokeAfterLoadActions
in interfaceCallback
-
-