| Package | Description |
|---|---|
| org.javers.core.commit | |
| org.javers.core.json.typeadapter | |
| org.javers.core.metamodel.object | |
| org.javers.repository.api |
| Modifier and Type | Method and Description |
|---|---|
CommitId |
CommitMetadata.getId() |
CommitId |
Commit.getId()
Monotonically increasing id
|
CommitId |
CommitSeqGenerator.nextId(CommitId head) |
| Modifier and Type | Method and Description |
|---|---|
CommitId |
CommitSeqGenerator.nextId(CommitId head) |
| Constructor and Description |
|---|
CommitMetadata(String author,
org.joda.time.LocalDateTime commitDate,
CommitId id) |
| Modifier and Type | Method and Description |
|---|---|
CommitId |
CommitIdTypeAdapter.fromJson(com.google.gson.JsonElement json,
com.google.gson.JsonDeserializationContext jsonDeserializationContext) |
| Modifier and Type | Method and Description |
|---|---|
com.google.gson.JsonElement |
CommitIdTypeAdapter.toJson(CommitId commitId,
com.google.gson.JsonSerializationContext context) |
| Modifier and Type | Method and Description |
|---|---|
CommitId |
CdoSnapshot.getCommitId() |
| Modifier and Type | Method and Description |
|---|---|
CommitId |
JaversRepository.getHeadId() |
CommitId |
JaversExtendedRepository.getHeadId() |
CommitId |
InMemoryRepository.getHeadId() |
Copyright © 2014. All rights reserved.