| Package | Description |
|---|---|
| org.javers.core | |
| org.javers.core.diff | |
| org.javers.model.domain | |
| org.javers.repository.api |
| Modifier and Type | Method and Description |
|---|---|
Diff |
Javers.compare(String user,
Object left,
Object right) |
| Modifier and Type | Method and Description |
|---|---|
Diff |
DiffFactory.create(String userId,
ObjectNode leftRoot,
ObjectNode rightRoot) |
| Modifier and Type | Method and Description |
|---|---|
Diff |
Change.getParent()
Owning aggregate
|
| Modifier and Type | Method and Description |
|---|---|
void |
Change.bind(Diff parent) |
| 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.