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.cayenne
Methods in org.apache.cayenne with parameters of type LifecycleCallbackRegistry Modifier and Type Method Description static DataChannelSyncCallbackAction
DataChannelSyncCallbackAction. 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 LifecycleCallbackRegistry Modifier and Type Field Description protected LifecycleCallbackRegistry
EntityResolver. callbackRegistry
Methods in org.apache.cayenne.map that return LifecycleCallbackRegistry Modifier and Type Method Description LifecycleCallbackRegistry
EntityResolver. getCallbackRegistry()
Returns aLifecycleCallbackRegistry
for handling callbacks.Methods in org.apache.cayenne.map with parameters of type LifecycleCallbackRegistry Modifier and Type Method Description void
EntityResolver. setCallbackRegistry(LifecycleCallbackRegistry callbackRegistry)
Sets a lifecycle callbacks registry of the EntityResolver.