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 |
---|---|
GraphManager |
ObjectContext.getGraphManager()
Returns GraphManager that manages object graph associated with this
context.
|
GraphManager |
CayenneContext.getGraphManager() |
abstract GraphManager |
BaseContext.getGraphManager() |
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 |
NoSyncObjectStore
An
ObjectStore which doesn't receive notifications
on parent's DataRowStore events. |
class |
ObjectStore
ObjectStore 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 |
GraphMap
A base implementation of GraphManager that stores graph nodes keyed by their ids.
|
Copyright © 2001–2015 Apache Cayenne. All rights reserved.