Uses of Class
org.apache.cayenne.reflect.LifecycleCallbackRegistry
Package
Description
Contains persistence APIs directly accessible by users.
Contains O/R mapping classes that store relational database
metadata information and map it to Java classes.
-
Uses of LifecycleCallbackRegistry in org.apache.cayenne
Modifier and TypeMethodDescriptionDataChannelSyncCallbackAction.getCallbackAction
(LifecycleCallbackRegistry callbackRegistry, GraphManager graphManager, GraphDiff changes, int syncType) -
Uses of LifecycleCallbackRegistry in org.apache.cayenne.map
Modifier and TypeFieldDescriptionprotected LifecycleCallbackRegistry
EntityResolver.callbackRegistry
Modifier and TypeMethodDescriptionEntityResolver.getCallbackRegistry()
Returns aLifecycleCallbackRegistry
for handling callbacks.Modifier and TypeMethodDescriptionvoid
EntityResolver.setCallbackRegistry
(LifecycleCallbackRegistry callbackRegistry) Sets a lifecycle callbacks registry of the EntityResolver.