Package org.hibernate.sql.exec.internal
Class CallbackNoOp
java.lang.Object
org.hibernate.sql.exec.internal.CallbackNoOp
- All Implemented Interfaces:
Callback
Implementation of Callback that does nothing
-
Field Summary
Fields -
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
-
Field Details
-
NO_OP_CALLBACK
Singleton access
-
-
Constructor Details
-
CallbackNoOp
public CallbackNoOp()
-
-
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
-