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.cayenneMethods 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.mapFields in org.apache.cayenne.map declared as LifecycleCallbackRegistryModifier and TypeFieldDescriptionprotected LifecycleCallbackRegistryEntityResolver.callbackRegistryMethods in org.apache.cayenne.map that return LifecycleCallbackRegistryModifier and TypeMethodDescriptionEntityResolver.getCallbackRegistry()Returns aLifecycleCallbackRegistryfor handling callbacks.Methods in org.apache.cayenne.map with parameters of type LifecycleCallbackRegistryModifier and TypeMethodDescriptionvoidEntityResolver.setCallbackRegistry(LifecycleCallbackRegistry callbackRegistry) Sets a lifecycle callbacks registry of the EntityResolver.