Uses of Interface
org.springframework.data.mongodb.core.schema.QueryCharacteristic
Packages that use QueryCharacteristic
Package
Description
MongoDB core support.
MongoDB-specific JSON schema implementation classes.
-
Uses of QueryCharacteristic in org.springframework.data.mongodb.core
Methods in org.springframework.data.mongodb.core with parameters of type QueryCharacteristicModifier and TypeMethodDescriptionCollectionOptions.EncryptedFieldsOptions.queryable(JsonSchemaProperty property, QueryCharacteristic... characteristics) Add a newqueryable propertyfor the given source property. -
Uses of QueryCharacteristic in org.springframework.data.mongodb.core.schema
Classes in org.springframework.data.mongodb.core.schema that implement QueryCharacteristicModifier and TypeClassDescriptionstatic classQueryCharacteristicfor equality comparison.static classQueryCharacteristicfor range comparison.Methods in org.springframework.data.mongodb.core.schema that return types with arguments of type QueryCharacteristicModifier and TypeMethodDescriptionQueryCharacteristics.getCharacteristics()QueryCharacteristics.iterator()Methods in org.springframework.data.mongodb.core.schema with parameters of type QueryCharacteristicModifier and TypeMethodDescriptionstatic QueryCharacteristicsQueryCharacteristics.of(QueryCharacteristic... characteristics) Create newQueryCharacteristicsfrom givencharacteristics.Method parameters in org.springframework.data.mongodb.core.schema with type arguments of type QueryCharacteristicModifier and TypeMethodDescriptionstatic QueryCharacteristicsQueryCharacteristics.of(List<QueryCharacteristic> characteristics) Create newQueryCharacteristicsfrom given list ofcharacteristics.JsonSchemaProperty.queryable(JsonSchemaProperty property, List<QueryCharacteristic> queries) Turns the given target property into aqueryableone, eg. for range encrypted properties.