Uses of Class
org.apache.cayenne.reflect.LifecycleCallbackRegistry
| Package | Description | 
|---|---|
| org.apache.cayenne | Contains persistence APIs directly accessible by users. | 
| org.apache.cayenne.map | 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 LifecycleCallbackRegistry Modifier and Type Method Description static DataChannelSyncCallbackActionDataChannelSyncCallbackAction. getCallbackAction(LifecycleCallbackRegistry callbackRegistry, GraphManager graphManager, GraphDiff changes, int syncType)
- 
Uses of LifecycleCallbackRegistry in org.apache.cayenne.mapFields in org.apache.cayenne.map declared as LifecycleCallbackRegistry Modifier and Type Field Description protected LifecycleCallbackRegistryEntityResolver. callbackRegistryMethods in org.apache.cayenne.map that return LifecycleCallbackRegistry Modifier and Type Method Description LifecycleCallbackRegistryEntityResolver. getCallbackRegistry()Returns aLifecycleCallbackRegistryfor handling callbacks.Methods in org.apache.cayenne.map with parameters of type LifecycleCallbackRegistry Modifier and Type Method Description voidEntityResolver. setCallbackRegistry(LifecycleCallbackRegistry callbackRegistry)Sets a lifecycle callbacks registry of the EntityResolver.