| Package | Description |
|---|---|
| org.javers.core.diff | |
| org.javers.core.diff.changetype | |
| org.javers.core.diff.changetype.map | |
| org.javers.core.graph |
| Modifier and Type | Class and Description |
|---|---|
class |
Change
Change represents atomic difference between two objects.
|
class |
Diff
Diff is a set of (atomic) changes between two graphs of objects.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ArrayChange |
class |
ListChange |
class |
NewObject
new CDO added to graph
|
class |
ObjectRemoved
primitive or Value Object changed
|
class |
PropertyChange |
class |
ReferenceAdded
reference added to collection (in *ToMany relation)
|
class |
ReferenceChange
changed reference (in *ToOne relation)
|
class |
ReferenceRemoved
reference removed from collection (in *ToMany relation)
|
class |
SetChange |
class |
ValueChange |
| Modifier and Type | Class and Description |
|---|---|
class |
MapChange |
| Modifier and Type | Class and Description |
|---|---|
class |
Edge
Relation between (Entity) instances
Immutable |
class |
MultiEdge
OneToMany or ManyToMany relation
|
class |
ObjectNode
Node in client's domain objects graph.
|
class |
SingleEdge
OneToOne or ManyToOne relation
Immutable |
Copyright © 2014. All rights reserved.