| Package | Description | 
|---|---|
| org.apache.cayenne | Contains persistence APIs directly accessible by users. | 
| org.apache.cayenne.access | Contains classes that make up Cayenne ORM stack. | 
| org.apache.cayenne.graph | Contains generic graph management tools used in Cayenne. | 
| Modifier and Type | Method and Description | 
|---|---|
| abstract GraphManager | BaseContext. getGraphManager() | 
| GraphManager | CayenneContext. getGraphManager() | 
| GraphManager | ObjectContext. getGraphManager()Returns GraphManager that manages object graph associated with this
 context. | 
| Modifier and Type | Method and Description | 
|---|---|
| static DataChannelSyncCallbackAction | DataChannelSyncCallbackAction. getCallbackAction(LifecycleCallbackRegistry callbackRegistry,
                 GraphManager graphManager,
                 GraphDiff changes,
                 int syncType) | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | NoSyncObjectStoreAn  ObjectStorewhich doesn't receive notifications 
 on parent'sDataRowStoreevents. | 
| class  | ObjectStoreObjectStore stores objects using their ObjectId as a key. | 
| Modifier and Type | Method and Description | 
|---|---|
| GraphManager | DataContext. getGraphManager()Returns this context's ObjectStore. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | GraphMapA base implementation of GraphManager that stores graph nodes keyed by their ids. | 
Copyright © 2001–2023 Apache Cayenne. All rights reserved.