Uses of Enum Class
org.springframework.data.history.RevisionMetadata.RevisionType
Packages that use RevisionMetadata.RevisionType
Package
Description
Basic interfaces and value objects for histography API.
-
Uses of RevisionMetadata.RevisionType in org.springframework.data.history
Methods in org.springframework.data.history that return RevisionMetadata.RevisionTypeModifier and TypeMethodDescriptionAnnotationRevisionMetadata.getRevisionType()default RevisionMetadata.RevisionTypeRevisionMetadata.getRevisionType()Returns theRevisionMetadata.RevisionTypeof this change.Returns the enum constant of this class with the specified name.static RevisionMetadata.RevisionType[]RevisionMetadata.RevisionType.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.springframework.data.history with parameters of type RevisionMetadata.RevisionTypeModifierConstructorDescriptionAnnotationRevisionMetadata(Object entity, Class<? extends Annotation> revisionNumberAnnotation, Class<? extends Annotation> revisionTimeStampAnnotation, RevisionMetadata.RevisionType revisionType) Creates a newAnnotationRevisionMetadatainspecting the given entity for the given annotations.