Uses of Enum Class
org.springframework.data.elasticsearch.annotations.Document.VersionType
Packages that use Document.VersionType
Package
Description
-
Uses of Document.VersionType in org.springframework.data.elasticsearch.annotations
Subclasses with type arguments of type Document.VersionType in org.springframework.data.elasticsearch.annotationsModifier and TypeClassDescriptionstatic enumNote: the enum value FORCE, which was introduced in 4.4 has been removed again by Elasticsearch.Methods in org.springframework.data.elasticsearch.annotations that return Document.VersionTypeModifier and TypeMethodDescriptionstatic Document.VersionTypeReturns the enum constant of this class with the specified name.static Document.VersionType[]Document.VersionType.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of Document.VersionType in org.springframework.data.elasticsearch.core.mapping
Methods in org.springframework.data.elasticsearch.core.mapping that return Document.VersionTypeModifier and TypeMethodDescription@Nullable Document.VersionTypeElasticsearchPersistentEntity.getVersionType()@Nullable Document.VersionTypeSimpleElasticsearchPersistentEntity.getVersionType() -
Uses of Document.VersionType in org.springframework.data.elasticsearch.core.reindex
Methods in org.springframework.data.elasticsearch.core.reindex that return Document.VersionTypeModifier and TypeMethodDescription@Nullable Document.VersionTypeReindexRequest.Dest.getVersionType()Methods in org.springframework.data.elasticsearch.core.reindex with parameters of type Document.VersionTypeModifier and TypeMethodDescriptionReindexRequest.ReindexRequestBuilder.withDestVersionType(Document.VersionType versionType) -
Uses of Document.VersionType in org.springframework.data.elasticsearch.repository.support
Methods in org.springframework.data.elasticsearch.repository.support that return Document.VersionTypeModifier and TypeMethodDescription@Nullable Document.VersionTypeElasticsearchEntityInformation.getVersionType()MappingElasticsearchEntityInformation.getVersionType()