| Package | Description |
|---|---|
| org.javers.common.collections | |
| org.javers.core.diff | |
| org.javers.core.diff.changetype | |
| org.javers.core.graph | |
| org.javers.core.metamodel.object | |
| org.javers.repository.api |
| Modifier and Type | Method and Description |
|---|---|
static <T> Optional<T> |
Optional.empty() |
static <T> Optional<T> |
Optional.of(T reference) |
| Modifier and Type | Method and Description |
|---|---|
DiffBuilder |
DiffBuilder.addChange(Change change,
Optional<Object> affectedCdo) |
protected void |
Change.setAffectedCdo(Optional<Object> affectedCdo) |
| Constructor and Description |
|---|
NewObject(GlobalCdoId newId,
Optional<Object> newCdo) |
ObjectRemoved(GlobalCdoId removed,
Optional<Object> removedCdo) |
| Modifier and Type | Method and Description |
|---|---|
Optional<Object> |
ObjectNode.wrappedCdo() |
| Modifier and Type | Method and Description |
|---|---|
Optional<Object> |
CdoWrapper.getWrappedCdo()
never returns empty
|
Optional<Object> |
CdoSnapshot.getWrappedCdo() |
abstract Optional<Object> |
Cdo.getWrappedCdo() |
| Modifier and Type | Method and Description |
|---|---|
Optional<CdoSnapshot> |
JaversRepository.getLatest(GlobalCdoId globalId)
Latest snapshot or Optional#EMPTY if object is not versioned
|
Optional<CdoSnapshot> |
JaversExtendedRepository.getLatest(GlobalCdoId globalId) |
Optional<CdoSnapshot> |
InMemoryRepository.getLatest(GlobalCdoId globalId) |
Copyright © 2014. All rights reserved.