| Package | Description |
|---|---|
| org.javers.core | |
| org.javers.core.metamodel.object | |
| org.javers.core.snapshot | |
| org.javers.repository.api |
| 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
|
Optional<CdoSnapshot> |
Javers.getLatestSnapshot(GlobalIdDTO globalCdoId)
Latest snapshot of given object
or Optional#EMPTY if object is not versioned
|
| Modifier and Type | Class and Description |
|---|---|
class |
InstanceIdDTO |
class |
ValueObjectIdDTO |
| Modifier and Type | Method and Description |
|---|---|
GlobalId |
GlobalIdFactory.createFromDto(GlobalIdDTO idDto) |
boolean |
GlobalId.equals(GlobalIdDTO o) |
| 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
|
| Modifier and Type | Method and Description |
|---|---|
Optional<CdoSnapshot> |
JaversRepository.getLatest(GlobalIdDTO globalIdDTO)
Convenient method to query by DTO, see
JaversRepository.getLatest(org.javers.core.metamodel.object.GlobalId) |
Optional<CdoSnapshot> |
JaversExtendedRepository.getLatest(GlobalIdDTO globalCdoIdDTO) |
Optional<CdoSnapshot> |
InMemoryRepository.getLatest(GlobalIdDTO globalIdDTO) |
List<CdoSnapshot> |
JaversRepository.getStateHistory(GlobalIdDTO globalIdDTO,
int limit)
Convenient method to query by DTO, see
JaversRepository.getStateHistory(org.javers.core.metamodel.object.GlobalId, int) |
List<CdoSnapshot> |
JaversExtendedRepository.getStateHistory(GlobalIdDTO globalIdDTO,
int limit) |
List<CdoSnapshot> |
InMemoryRepository.getStateHistory(GlobalIdDTO globalIdDTO,
int limit) |
Copyright © 2014. All rights reserved.