|
Spring Data Core | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RevisionMetadata | |
---|---|
org.springframework.data.history | Basic interfaces and value objects for historiography API. |
Uses of RevisionMetadata in org.springframework.data.history |
---|
Classes in org.springframework.data.history that implement RevisionMetadata | |
---|---|
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() . |
Methods in org.springframework.data.history that return RevisionMetadata | |
---|---|
RevisionMetadata<N> |
Revision.getMetadata()
Returns the RevisionMetadata for the current Revision . |
Constructors in org.springframework.data.history with parameters of type RevisionMetadata | |
---|---|
Revision(RevisionMetadata<N> metadata,
T entity)
Creates a new Revision consisting of the given RevisionMetadata and entity. |
|
Spring Data Core | |||||||||
PREV NEXT | FRAMES NO FRAMES |