Spring Data Commons

Uses of Interface
org.springframework.data.history.RevisionMetadata

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().
 

Constructors in org.springframework.data.history with parameters of type RevisionMetadata
Revision(RevisionMetadata<? extends N> metadata, T entity)
          Creates a new Revision consisting of the given RevisionMetadata and entity.
 


Spring Data Commons

Copyright © 2012. All Rights Reserved.