Package | Description |
---|---|
org.springframework.data.history |
Basic interfaces and value objects for histography API.
|
org.springframework.data.repository.history |
API for repositories using historiography.
|
Modifier and Type | Method and Description |
---|---|
static <N extends Number & Comparable<N>,T> |
Revisions.none()
Creates a new empty
Revisions instance. |
static <N extends Number & Comparable<N>,T> |
Revisions.of(List<? extends Revision<N,T>> revisions)
|
Revisions<N,T> |
Revisions.reverse()
Reverses the current
Revisions . |
Modifier and Type | Method and Description |
---|---|
Revisions<N,T> |
RevisionRepository.findRevisions(ID id)
Returns all
Revisions of an entity with the given id. |
Copyright © 2011–2021 Pivotal Software, Inc.. All rights reserved.