| Modifier and Type | Method and Description |
|---|---|
List<Change> |
Javers.getChangeHistory(GlobalIdDTO globalCdoId,
int limit)
Changes (diff sequence) of given managed class instance (entity or value object),
in reverse chronological order
|
List<Change> |
Javers.getChangeHistory(Object localId,
Class entityClass,
int limit)
Changes (diff sequence) of given entity instance,
in reverse chronological order
|
| Modifier and Type | Method and Description |
|---|---|
List<Change> |
Commit.getChanges() |
| 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,
Optional<CommitMetadata> commitMetadata) |
| 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 |
NewObject
new CDO added to graph
|
class |
ObjectRemoved
primitive or Value Object changed
|
class |
PropertyChange |
class |
ReferenceChange
changed reference (in *ToOne relation)
|
class |
ValueChange |
| Modifier and Type | Class and Description |
|---|---|
class |
ArrayChange |
class |
ContainerChange |
class |
ListChange |
class |
SetChange |
| Modifier and Type | Class and Description |
|---|---|
class |
MapChange |
| Modifier and Type | Class and Description |
|---|---|
class |
ChangeTypeAdapter<T extends Change> |
| Modifier and Type | Method and Description |
|---|---|
List<Change> |
SnapshotDiffer.getChangeHistory(GlobalIdDTO globalCdoId,
int limit)
Changes (diff sequence) of given managed class instance, in reverse chronological order
|
List<Change> |
SnapshotDiffer.getChangeHistory(Object localId,
Class entityClass,
int limit)
Changes (diff sequence) of given entity instance, in reverse chronological order
|
Copyright © 2014. All rights reserved.