|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use GraphManager | |
---|---|
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. |
Uses of GraphManager in org.apache.cayenne |
---|
Methods in org.apache.cayenne that return GraphManager | |
---|---|
abstract GraphManager |
BaseContext.getGraphManager()
|
GraphManager |
CayenneContext.getGraphManager()
|
GraphManager |
ObjectContext.getGraphManager()
Returns GraphManager that manages object graph associated with this context. |
Uses of GraphManager in org.apache.cayenne.access |
---|
Classes in org.apache.cayenne.access that implement GraphManager | |
---|---|
class |
ObjectStore
ObjectStore stores objects using their ObjectId as a key. |
Methods in org.apache.cayenne.access that return GraphManager | |
---|---|
GraphManager |
DataContext.getGraphManager()
Returns this context's ObjectStore. |
Uses of GraphManager in org.apache.cayenne.graph |
---|
Classes in org.apache.cayenne.graph that implement GraphManager | |
---|---|
class |
GraphMap
A base implementation of GraphManager that stores graph nodes keyed by their ids. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |