Uses of Interface
org.datanucleus.state.CallbackHandler
-
Packages that use CallbackHandler Package Description org.datanucleus This package provides classes that are typically externally called, whether that means by developers or by other DataNucleus plugins.org.datanucleus.state Provides classes relating to the life cycle state of a persistable object. -
-
Uses of CallbackHandler in org.datanucleus
Methods in org.datanucleus that return CallbackHandler Modifier and Type Method Description CallbackHandlerExecutionContext. getCallbackHandler()Retrieve the callback handler for this ExecutionContext.CallbackHandlerExecutionContextImpl. getCallbackHandler()Retrieve the callback handler for this context. -
Uses of CallbackHandler in org.datanucleus.state
Classes in org.datanucleus.state that implement CallbackHandler Modifier and Type Class Description classNullCallbackHandlerCallback handler that does nothing.Methods in org.datanucleus.state that return CallbackHandler Modifier and Type Method Description protected CallbackHandlerStateManagerImpl. getCallbackHandler()
-