Uses of Class
org.apache.cayenne.reflect.LifecycleCallbackRegistry
Packages that use 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
Methods in org.apache.cayenne with parameters of type LifecycleCallbackRegistryModifier and TypeMethodDescriptionDataChannelSyncCallbackAction.getCallbackAction
(LifecycleCallbackRegistry callbackRegistry, GraphManager graphManager, GraphDiff changes, int syncType) -
Uses of LifecycleCallbackRegistry in org.apache.cayenne.map
Fields in org.apache.cayenne.map declared as LifecycleCallbackRegistryModifier and TypeFieldDescriptionprotected LifecycleCallbackRegistry
EntityResolver.callbackRegistry
Methods in org.apache.cayenne.map that return LifecycleCallbackRegistryModifier and TypeMethodDescriptionEntityResolver.getCallbackRegistry()
Returns aLifecycleCallbackRegistry
for handling callbacks.Methods in org.apache.cayenne.map with parameters of type LifecycleCallbackRegistryModifier and TypeMethodDescriptionvoid
EntityResolver.setCallbackRegistry
(LifecycleCallbackRegistry callbackRegistry) Sets a lifecycle callbacks registry of the EntityResolver.