| Package | Description |
|---|---|
| org.javers.core | |
| org.javers.core.commit | |
| org.javers.core.metamodel.object | |
| org.javers.core.snapshot | |
| org.javers.repository.api |
| Modifier and Type | Method and Description |
|---|---|
List<CdoSnapshot> |
GraphFactory.createGraphSnapshot(LiveGraph currentVersion) |
List<CdoSnapshot> |
Javers.getStateHistory(Object localId,
Class entityClass,
int limit)
Snapshots (historical states) of entity instance,
in reverse chronological order
|
| Modifier and Type | Method and Description |
|---|---|
List<CdoSnapshot> |
Commit.getSnapshots() |
| Modifier and Type | Method and Description |
|---|---|
CdoSnapshot |
CdoSnapshotBuilder.build() |
| Modifier and Type | Method and Description |
|---|---|
CdoSnapshot |
SnapshotFactory.create(Object liveCdo,
GlobalCdoId id) |
CdoSnapshot |
SnapshotFactory.create(ObjectNode objectNode) |
| Modifier and Type | Method and Description |
|---|---|
List<CdoSnapshot> |
GraphSnapshotFactory.create(LiveGraph currentVersion) |
| 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) |
List<CdoSnapshot> |
JaversRepository.getStateHistory(GlobalCdoId globalId,
int limit)
Snapshots (historical states) of object
in reverse chronological order
|
List<CdoSnapshot> |
JaversExtendedRepository.getStateHistory(GlobalCdoId globalId,
int limit) |
List<CdoSnapshot> |
InMemoryRepository.getStateHistory(GlobalCdoId globalId,
int limit) |
List<CdoSnapshot> |
JaversExtendedRepository.getStateHistory(Object localId,
Class entityClass,
int limit) |
Copyright © 2014. All rights reserved.