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 TypeMethodDescriptionbooleanvoidinvokeAfterLoadActions(Object entity, EntityMappingType entityMappingType, SharedSessionContractImplementor session) Invoke all registered actionsvoidregisterAfterLoadAction(AfterLoadAction afterLoadAction) Register a callback actionMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.hibernate.sql.exec.spi.Callback
invokeAfterLoadActions
-
Field Details
-
NO_OP_CALLBACK
Singleton access
-
-
Constructor Details
-
CallbackNoOp
public CallbackNoOp()
-
-
Method Details
-
registerAfterLoadAction
Description copied from interface:CallbackRegister a callback action- Specified by:
registerAfterLoadActionin interfaceCallback
-
hasAfterLoadActions
public boolean hasAfterLoadActions()- Specified by:
hasAfterLoadActionsin interfaceCallback
-