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 CallbackNoOpNO_OP_CALLBACKSingleton access
-
Constructor Summary
Constructors Constructor Description CallbackNoOp()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidinvokeAfterLoadActions(SharedSessionContractImplementor session, Object entity, Loadable persister)voidregisterAfterLoadAction(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:
registerAfterLoadActionin interfaceCallback
-
invokeAfterLoadActions
public void invokeAfterLoadActions(SharedSessionContractImplementor session, Object entity, Loadable persister)
- Specified by:
invokeAfterLoadActionsin interfaceCallback
-
-