Uses of Interface
org.datanucleus.state.CallbackHandler
Packages that use CallbackHandler
Package
Description
This package provides classes that are typically externally called, whether that means by developers
or by other DataNucleus plugins.
Provides classes relating to the life cycle state management of a persistable object.
-
Uses of CallbackHandler in org.datanucleus
Classes in org.datanucleus that implement CallbackHandlerModifier and TypeClassDescriptionstatic class
Callback handler that does nothing.Fields in org.datanucleus declared as CallbackHandlerModifier and TypeFieldDescriptionprivate CallbackHandler
ExecutionContextImpl.callbackHandler
Callback handler for this context.Methods in org.datanucleus that return CallbackHandlerModifier and TypeMethodDescriptionExecutionContext.getCallbackHandler()
Retrieve the callback handler for this ExecutionContext.ExecutionContextImpl.getCallbackHandler()
Retrieve the callback handler for this context. -
Uses of CallbackHandler in org.datanucleus.state
Methods in org.datanucleus.state that return CallbackHandlerModifier and TypeMethodDescriptionprotected CallbackHandler
StateManagerImpl.getCallbackHandler()