| Package | Description |
|---|---|
| org.javers.model.object.graph |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ObjectNode
Node in client's domain objects graph (CDO graph)
Implementation should delegate equals() and hashCode() to Cdo |
| Modifier and Type | Class and Description |
|---|---|
class |
Edge
Relation between (Entity) instances
Immutable |
class |
MultiEdge
OneToMany or ManyToMany relation
|
class |
ObjectWrapper
Wrapper for live client's domain object (aka CDO)
|
class |
SingleEdge
OneToOne or ManyToOne relation
Immutable |
Copyright © 2013. All rights reserved.