Interface QueryCharacteristic
- All Known Implementing Classes:
QueryCharacteristics.EqualityQuery,QueryCharacteristics.RangeQuery
public interface QueryCharacteristic
Defines the specific character of a query that can be executed. Mainly used to define the characteristic of queryable
encrypted fields.
- Since:
- 4.5
- Author:
- Christoph Strobl
-
Method Summary
-
Method Details
-
queryType
String queryType()- Returns:
- the query type, eg. range.
-
toDocument
default org.bson.Document toDocument()- Returns:
- the raw
Documentrepresentation of the instance.
-