| Package | Description |
|---|---|
| com.impetus.kundera.graph | |
| com.impetus.kundera.persistence.context |
| Modifier and Type | Field and Description |
|---|---|
private ObjectGraph |
GraphBuilder.graph |
| Modifier and Type | Method and Description |
|---|---|
<E> ObjectGraph |
GraphGenerator.generateGraph(E entity,
PersistenceDelegator delegator)
Generate entity graph and returns after assigning headnode.
|
<E> ObjectGraph |
GraphGenerator.generateGraph(E entity,
PersistenceDelegator delegator,
NodeState state)
Generate entity graph and returns after assigning headnode.
|
(package private) ObjectGraph |
GraphBuilder.getGraph()
Returns completed graph.
|
ObjectGraph |
ObjectGraphBuilder.getObjectGraph(Object entity,
NodeState initialNodeState) |
| Modifier and Type | Method and Description |
|---|---|
private void |
ObjectGraphBuilder.addChildNodesToGraph(ObjectGraph graph,
Node node,
Relation relation,
Object childObject,
NodeState initialNodeState) |
private Node |
ObjectGraphBuilder.getNode(Object entity,
ObjectGraph graph,
NodeState initialNodeState)
Constructs and returns
Node representation for a given entity
object. |
| Modifier and Type | Method and Description |
|---|---|
void |
CacheBase.addGraphToCache(ObjectGraph graph,
PersistenceCache persistenceCache) |
Copyright © 2015. All Rights Reserved.