Uses of Class
io.quarkus.mongodb.DistinctOptions
Packages that use DistinctOptions
-
Uses of DistinctOptions in io.quarkus.mongodb
Methods in io.quarkus.mongodb that return DistinctOptionsModifier and TypeMethodDescriptionDistinctOptions.collation
(com.mongodb.client.model.Collation collation) Sets the collation optionsDistinctOptions.filter
(org.bson.conversions.Bson filter) Sets the query filter to apply to the query.Sets the maximum execution time on the server for this operation. -
Uses of DistinctOptions in io.quarkus.mongodb.impl
Methods in io.quarkus.mongodb.impl with parameters of type DistinctOptionsModifier and TypeMethodDescription<D> io.smallrye.mutiny.Multi<D>
ReactiveMongoCollectionImpl.distinct
(com.mongodb.reactivestreams.client.ClientSession clientSession, String fieldName, Class<D> clazz, DistinctOptions options) <D> io.smallrye.mutiny.Multi<D>
ReactiveMongoCollectionImpl.distinct
(com.mongodb.reactivestreams.client.ClientSession clientSession, String fieldName, org.bson.conversions.Bson filter, Class<D> clazz, DistinctOptions options) <D> io.smallrye.mutiny.Multi<D>
ReactiveMongoCollectionImpl.distinct
(String fieldName, Class<D> clazz, DistinctOptions options) <D> io.smallrye.mutiny.Multi<D>
ReactiveMongoCollectionImpl.distinct
(String fieldName, org.bson.conversions.Bson filter, Class<D> clazz, DistinctOptions options) -
Uses of DistinctOptions in io.quarkus.mongodb.reactive
Methods in io.quarkus.mongodb.reactive with parameters of type DistinctOptionsModifier and TypeMethodDescription<D> io.smallrye.mutiny.Multi<D>
ReactiveMongoCollection.distinct
(com.mongodb.reactivestreams.client.ClientSession clientSession, String fieldName, Class<D> clazz, DistinctOptions options) Gets the distinct values of the specified field name.<D> io.smallrye.mutiny.Multi<D>
ReactiveMongoCollection.distinct
(com.mongodb.reactivestreams.client.ClientSession clientSession, String fieldName, org.bson.conversions.Bson filter, Class<D> clazz, DistinctOptions options) Gets the distinct values of the specified field name.<D> io.smallrye.mutiny.Multi<D>
ReactiveMongoCollection.distinct
(String fieldName, Class<D> clazz, DistinctOptions options) Gets the distinct values of the specified field name.<D> io.smallrye.mutiny.Multi<D>
ReactiveMongoCollection.distinct
(String fieldName, org.bson.conversions.Bson filter, Class<D> clazz, DistinctOptions options) Gets the distinct values of the specified field name.