Class QueryCharacteristics

java.lang.Object
org.springframework.data.mongodb.core.schema.QueryCharacteristics
All Implemented Interfaces:
Iterable<QueryCharacteristic>, Supplier<Stream<QueryCharacteristic>>, Streamable<QueryCharacteristic>

public class QueryCharacteristics extends Object implements Streamable<QueryCharacteristic>
Encapsulation of individual query characteristics used to define queries that can be executed when using queryable encryption.
Since:
4.5
Author:
Christoph Strobl