public class ObjectGraphBuilder
extends java.lang.Object
| Constructor and Description |
|---|
ObjectGraphBuilder(TypeMapper typeMapper,
CdoFactory cdoFactory) |
| Modifier and Type | Method and Description |
|---|---|
LiveGraph |
buildGraph(java.lang.Object handle) |
public ObjectGraphBuilder(TypeMapper typeMapper, CdoFactory cdoFactory)
public LiveGraph buildGraph(java.lang.Object handle)
handle - domain object, instance of Entity or ValueObject.
It should be root of an aggregate, tree root
or any node in objects graph from where all other nodes are navigable