Uses of Class
org.springframework.data.history.Revisions
Package
Description
Basic interfaces and value objects for histography API.
API for repositories using historiography.
-
Uses of Revisions in org.springframework.data.history
Modifier and TypeMethodDescriptionstatic <N extends Number & Comparable<N>,
T>
Revisions<N,T> Revisions.none()
Creates a new emptyRevisions
instance.static <N extends Number & Comparable<N>,
T>
Revisions<N,T> Revisions.reverse()
Reverses the currentRevisions
. -
Uses of Revisions in org.springframework.data.repository.history