| Interface | Description |
|---|---|
| ObjectNode |
Node in client's domain objects graph (CDO graph)
|
| Class | Description |
|---|---|
| Edge |
Relation between (Entity) instances
Immutable |
| MultiEdge |
OneToMany or ManyToMany relation
|
| ObjectGraphBuilder |
Creates graph based on ObjectWrappers
|
| ObjectWrapper |
Wrapper for live client's domain object (aka CDO),
captures current state of it.
|
| SingleEdge |
OneToOne or ManyToOne relation
Immutable |
Copyright © 2013. All rights reserved.