| Package | Description |
|---|---|
| org.javers.model.domain | |
| org.javers.model.domain.changeType | |
| org.javers.repository.api |
| Modifier and Type | Method and Description |
|---|---|
Diff |
Change.getParent()
Owning aggregate
|
| Constructor and Description |
|---|
Change(GlobalCdoId globalCdoId,
Diff parent) |
PropertyChange(GlobalCdoId globalCdoId,
Diff parent,
Property property) |
| Constructor and Description |
|---|
NewObject(GlobalCdoId added,
Diff parent) |
ObjectRemoved(GlobalCdoId removed,
Diff parent) |
ReferenceAdded(GlobalCdoId globalCdoId,
Diff parent,
Property property,
GlobalCdoId reference) |
ReferenceChanged(GlobalCdoId globalCdoId,
Diff parent,
Property property,
GlobalCdoId leftReference,
GlobalCdoId rightReference) |
ReferenceRemoved(GlobalCdoId globalCdoId,
Diff parent,
Property property,
GlobalCdoId reference) |
ValueAdded(GlobalCdoId globalCdoId,
Diff parent,
Property property,
Object value) |
ValueAddOrRemove(GlobalCdoId globalCdoId,
Diff parent,
Property property,
Object value) |
ValueChange(GlobalCdoId globalCdoId,
Diff parent,
Property property,
Object leftValue,
Object rightValue) |
ValueRemoved(GlobalCdoId globalCdoId,
Diff parent,
Property property,
Object value) |
| Modifier and Type | Method and Description |
|---|---|
Diff |
DiffRepository.getById(long diffId)
Loads Diff from database, collection of
getChanges() have to be initialized. |
| Modifier and Type | Method and Description |
|---|---|
void |
DiffRepository.save(Diff newDiff)
Persists given diff in database.
|
Copyright © 2013. All rights reserved.