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

    Modifier and Type
    Method
    Description
     
    default org.bson.Document
     
  • Method Details

    • queryType

      String queryType()
      Returns:
      the query type, eg. range.
    • toDocument

      default org.bson.Document toDocument()
      Returns:
      the raw Document representation of the instance.