Uses of Enum Class
org.springframework.data.elasticsearch.core.mapping.ElasticsearchPersistentProperty.QueryPropertyToFieldNameConverter
Packages that use ElasticsearchPersistentProperty.QueryPropertyToFieldNameConverter
-
Uses of ElasticsearchPersistentProperty.QueryPropertyToFieldNameConverter in org.springframework.data.elasticsearch.core.mapping
Subclasses with type arguments of type ElasticsearchPersistentProperty.QueryPropertyToFieldNameConverter in org.springframework.data.elasticsearch.core.mappingModifier and TypeClassDescriptionstatic enumwhen building CriteriaQueries use the name; the fieldname is set later withElasticsearchConverter.Methods in org.springframework.data.elasticsearch.core.mapping that return ElasticsearchPersistentProperty.QueryPropertyToFieldNameConverterModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.ElasticsearchPersistentProperty.QueryPropertyToFieldNameConverter.values()Returns an array containing the constants of this enum class, in the order they are declared.