Uses of Interface
org.apache.cayenne.graph.GraphManager
Package
Description
Contains persistence APIs directly accessible by users.
Contains classes that make up Cayenne ORM stack.
Contains generic graph management tools used in Cayenne.
-
Uses of GraphManager in org.apache.cayenne
Modifier and TypeMethodDescriptionabstract GraphManager
BaseContext.getGraphManager()
ObjectContext.getGraphManager()
Returns GraphManager that manages object graph associated with this context.Modifier and TypeMethodDescriptionDataChannelSyncCallbackAction.getCallbackAction
(LifecycleCallbackRegistry callbackRegistry, GraphManager graphManager, GraphDiff changes, int syncType) -
Uses of GraphManager in org.apache.cayenne.access
Modifier and TypeClassDescriptionclass
AnObjectStore
which doesn't receive notifications on parent'sDataRowStore
events.class
ObjectStore stores objects using their ObjectId as a key.Modifier and TypeMethodDescriptionDataContext.getGraphManager()
Returns this context's ObjectStore. -
Uses of GraphManager in org.apache.cayenne.graph
Modifier and TypeClassDescriptionclass
A base implementation of GraphManager that stores graph nodes keyed by their ids.