| Package | Description |
|---|---|
| org.javers.model.object.graph |
| Modifier and Type | Class and Description |
|---|---|
class |
MultiEdge
OneToMany or ManyToMany relation
|
class |
SingleEdge
OneToOne or ManyToOne relation
Immutable |
| Modifier and Type | Method and Description |
|---|---|
Edge |
ObjectWrapper.getEdge(Property property) |
abstract Edge |
ObjectNode.getEdge(Property property) |
| Modifier and Type | Method and Description |
|---|---|
List<Edge> |
ObjectWrapper.getEdges() |
abstract List<Edge> |
ObjectNode.getEdges()
References to other Entities
|
| Modifier and Type | Method and Description |
|---|---|
void |
ObjectWrapper.addEdge(Edge edge) |
Copyright © 2014. All rights reserved.