Package | Description |
---|---|
org.springframework.data.history |
Basic interfaces and value objects for historiography API.
|
Modifier and Type | Class and Description |
---|---|
class |
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() . |
Modifier and Type | Method and Description |
---|---|
RevisionMetadata<N> |
Revision.getMetadata()
Returns the
RevisionMetadata for the current Revision . |
Constructor and Description |
---|
Revision(RevisionMetadata<N> metadata,
T entity)
Creates a new
Revision consisting of the given RevisionMetadata and entity. |
Copyright © 2011-2014–2014 Pivotal Software, Inc.. All rights reserved.