| Package | Description |
|---|---|
| org.javers.model.domain | |
| org.javers.model.domain.changeType | |
| org.javers.repository.api |
| Modifier and Type | Class and Description |
|---|---|
class |
PropertyChange |
| Modifier and Type | Method and Description |
|---|---|
List<Change> |
Diff.getChanges() |
| Modifier and Type | Method and Description |
|---|---|
void |
Diff.addChange(Change change) |
| Modifier and Type | Class and Description |
|---|---|
class |
NewObject
new CDO added to graph
|
class |
ObjectRemoved
primitive or Value Object changed
|
class |
ReferenceAdded
reference added to collection (in *ToMany relation)
|
class |
ReferenceChanged
changed reference (in *ToOne relation)
|
class |
ReferenceRemoved
reference removed from collection (in *ToMany relation)
|
class |
ValueAdded
element added to collection
|
class |
ValueAddOrRemove
Change on collection of values
|
class |
ValueChange |
class |
ValueRemoved
element removed from collection
|
| Modifier and Type | Method and Description |
|---|---|
List<Change> |
DiffRepository.findByGlobalCdoId(GlobalCdoId globalCdoId)
Finds all changes made on single domain object.
|
Copyright © 2013. All rights reserved.