Package org.hibernate.sql.exec.internal
Class CallbackNoOp
- java.lang.Object
-
- org.hibernate.sql.exec.internal.CallbackNoOp
-
-
Field Summary
Fields Modifier and Type Field Description static CallbackNoOp
NO_OP_CALLBACK
Singleton access
-
Constructor Summary
Constructors Constructor Description CallbackNoOp()
-
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)
-
-
-
Field Detail
-
NO_OP_CALLBACK
public static final CallbackNoOp NO_OP_CALLBACK
Singleton access
-
-
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
-
-