Uses of Interface
org.springframework.data.history.RevisionMetadata
Packages that use RevisionMetadata
Package
Description
Basic interfaces and value objects for histography API.
-
Uses of RevisionMetadata in org.springframework.data.history
Classes in org.springframework.data.history that implement RevisionMetadataModifier and TypeClassDescriptionclassAnnotationRevisionMetadata<N extends Number & Comparable<N>>ARevisionMetadataimplementation that inspects the given object for fields with the configured annotations and returns the field's values on calls toAnnotationRevisionMetadata.getRevisionInstant(),AnnotationRevisionMetadata.getRevisionInstant()andAnnotationRevisionMetadata.getRevisionNumber().Methods in org.springframework.data.history that return RevisionMetadataMethods in org.springframework.data.history with parameters of type RevisionMetadataModifier and TypeMethodDescriptionstatic <N extends Number & Comparable<N>,T>
Revision<N,T> Revision.of(RevisionMetadata<N> metadata, T entity) Creates a newRevisionfor the givenRevisionMetadataand entity.