|
Spring Data Commons | |||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||
See:
Description
| Interface Summary | |
|---|---|
| RevisionMetadata<N extends Number & Comparable<N>> | Metadata about a revision. |
| Class Summary | |
|---|---|
| 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 AnnotationRevisionMetadata.getRevisionDate() 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> | Simple wrapper class for a List of Revisions allowing to canonically access the latest revision. |
Basic interfaces and value objects for historiography API.
|
Spring Data Commons | |||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||