| Package | Description |
|---|---|
| org.javers.core.diff | |
| org.javers.core.diff.appenders | |
| org.javers.core.diff.changetype | |
| org.javers.core.diff.changetype.map | |
| org.javers.core.json.typeadapter |
| Modifier and Type | Method and Description |
|---|---|
Map<Class<? extends Change>,Integer> |
Diff.countByType() |
List<Change> |
Diff.getChanges() |
| Modifier and Type | Method and Description |
|---|---|
DiffBuilder |
DiffBuilder.addChange(Change change) |
DiffBuilder |
DiffBuilder.addChange(Change change,
Optional<Object> affectedCdo) |
| Modifier and Type | Method and Description |
|---|---|
DiffBuilder |
DiffBuilder.addChanges(Collection<Change> changeSet) |
| Modifier and Type | Method and Description |
|---|---|
Set<Change> |
ObjectRemovedAppender.getChangeSet(GraphPair graphPair) |
Set<Change> |
NodeChangeAppender.getChangeSet(GraphPair graphPair) |
Set<Change> |
NewObjectAppender.getChangeSet(GraphPair graphPair) |
| 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 | Method and Description |
|---|---|
Change |
ChangeTypeAdapter.fromJson(com.google.gson.JsonElement json,
com.google.gson.JsonDeserializationContext jsonDeserializationContext) |
| Modifier and Type | Method and Description |
|---|---|
com.google.gson.JsonElement |
ChangeTypeAdapter.toJson(Change change,
com.google.gson.JsonSerializationContext context) |
Copyright © 2014. All rights reserved.