| Interface | Description |
|---|---|
| EdgeVisitor | Deprecated |
| ObjectNode |
Node in client's domain objects graph (CDO graph)
Implementation should delegate equals() and hashCode() to Cdo |
| Class | Description |
|---|---|
| Edge |
Relation between (Entity) instances
Immutable |
| GraphVisitor |
Ensures that each node is visited only once.
|
| MultiEdge |
OneToMany or ManyToMany relation
|
| ObjectGraphBuilder |
Creates graph based on ObjectWrappers.
|
| ObjectWrapper |
Wrapper for live client's domain object (aka CDO)
|
| SingleEdge |
OneToOne or ManyToOne relation
Immutable |
Copyright © 2013. All rights reserved.