See: Description
| Interface | Description |
|---|---|
| RevisionMetadata<N extends Number & Comparable<N>> |
Metadata about a revision.
|
| Class | Description |
|---|---|
| AnnotationRevisionMetadata<N extends Number & Comparable<N>> |
A
RevisionMetadata implementation that inspects the given object for fields with the configured annotations
and returns the field's values on calls to #getRevisionDate(), AnnotationRevisionMetadata.getRevisionInstant() and
AnnotationRevisionMetadata.getRevisionNumber(). |
| Revision<N extends Number & Comparable<N>,T> |
Wrapper to contain
RevisionMetadata as well as the revisioned entity. |
| Revisions<N extends Number & Comparable<N>,T> | |
| RevisionSort |
A dedicated
Sort implementation that allows the definition of the ordering of revisions independently of the
property name the revision number is held in. |
| Enum | Description |
|---|---|
| RevisionMetadata.RevisionType |
The type of a
Revision. |
Copyright © 2011–2021 Pivotal Software, Inc.. All rights reserved.