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 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> |
Copyright © 2011-2013-2013 SpringSource. All Rights Reserved.