Uses of Class
io.vertx.ext.mongo.FindOptions
Packages that use FindOptions
-
Uses of FindOptions in io.vertx.ext.mongo
Methods in io.vertx.ext.mongo that return FindOptionsModifier and TypeMethodDescriptionFindOptions.setBatchSize(int batchSize) Set the batch size for methods loading found data in batches.FindOptions.setCollation(CollationOptions collation) Set the collationFindOptions.setFields(JsonObject fields) Set the fieldsFindOptions.setHint(JsonObject hint) Set the hintFindOptions.setHintString(String hintString) Set the hint stringFindOptions.setLimit(int limit) Set the limitFindOptions.setSkip(int skip) Set the skipFindOptions.setSort(JsonObject sort) Set the sort documentMethods in io.vertx.ext.mongo with parameters of type FindOptionsModifier and TypeMethodDescriptionMongoClient.findBatchWithOptions(String collection, JsonObject query, FindOptions options) Find matching documents in the specified collection, specifying options.MongoClient.findOneAndDeleteWithOptions(String collection, JsonObject query, FindOptions findOptions) Find a single matching document in the specified collection and delete it.MongoClient.findOneAndReplaceWithOptions(String collection, JsonObject query, JsonObject replace, FindOptions findOptions, UpdateOptions updateOptions) Find a single matching document in the specified collection and replace it.MongoClient.findOneAndUpdateWithOptions(String collection, JsonObject query, JsonObject update, FindOptions findOptions, UpdateOptions updateOptions) Find a single matching document in the specified collection and update it.MongoClient.findWithOptions(String collection, JsonObject query, FindOptions options) Find matching documents in the specified collection, specifying optionsConstructors in io.vertx.ext.mongo with parameters of type FindOptions -
Uses of FindOptions in io.vertx.reactivex.ext.mongo
Methods in io.vertx.reactivex.ext.mongo with parameters of type FindOptionsModifier and TypeMethodDescriptionMongoClient.findBatchWithOptions(String collection, JsonObject query, FindOptions options) Find matching documents in the specified collection, specifying options.MongoClient.findOneAndDeleteWithOptions(String collection, JsonObject query, FindOptions findOptions) Find a single matching document in the specified collection and delete it.MongoClient.findOneAndReplaceWithOptions(String collection, JsonObject query, JsonObject replace, FindOptions findOptions, UpdateOptions updateOptions) Find a single matching document in the specified collection and replace it.MongoClient.findOneAndUpdateWithOptions(String collection, JsonObject query, JsonObject update, FindOptions findOptions, UpdateOptions updateOptions) Find a single matching document in the specified collection and update it.MongoClient.findWithOptions(String collection, JsonObject query, FindOptions options) Find matching documents in the specified collection, specifying optionsMongoClient.rxFindOneAndDeleteWithOptions(String collection, JsonObject query, FindOptions findOptions) Find a single matching document in the specified collection and delete it.MongoClient.rxFindOneAndReplaceWithOptions(String collection, JsonObject query, JsonObject replace, FindOptions findOptions, UpdateOptions updateOptions) Find a single matching document in the specified collection and replace it.MongoClient.rxFindOneAndUpdateWithOptions(String collection, JsonObject query, JsonObject update, FindOptions findOptions, UpdateOptions updateOptions) Find a single matching document in the specified collection and update it.MongoClient.rxFindWithOptions(String collection, JsonObject query, FindOptions options) Find matching documents in the specified collection, specifying options -
Uses of FindOptions in io.vertx.rxjava3.ext.mongo
Methods in io.vertx.rxjava3.ext.mongo with parameters of type FindOptionsModifier and TypeMethodDescriptionMongoClient.findBatchWithOptions(String collection, JsonObject query, FindOptions options) Find matching documents in the specified collection, specifying options.MongoClient.findOneAndDeleteWithOptions(String collection, JsonObject query, FindOptions findOptions) Find a single matching document in the specified collection and delete it.MongoClient.findOneAndReplaceWithOptions(String collection, JsonObject query, JsonObject replace, FindOptions findOptions, UpdateOptions updateOptions) Find a single matching document in the specified collection and replace it.MongoClient.findOneAndUpdateWithOptions(String collection, JsonObject query, JsonObject update, FindOptions findOptions, UpdateOptions updateOptions) Find a single matching document in the specified collection and update it.MongoClient.findWithOptions(String collection, JsonObject query, FindOptions options) Find matching documents in the specified collection, specifying optionsMongoClient.rxFindOneAndDeleteWithOptions(String collection, JsonObject query, FindOptions findOptions) Find a single matching document in the specified collection and delete it.MongoClient.rxFindOneAndReplaceWithOptions(String collection, JsonObject query, JsonObject replace, FindOptions findOptions, UpdateOptions updateOptions) Find a single matching document in the specified collection and replace it.MongoClient.rxFindOneAndUpdateWithOptions(String collection, JsonObject query, JsonObject update, FindOptions findOptions, UpdateOptions updateOptions) Find a single matching document in the specified collection and update it.MongoClient.rxFindWithOptions(String collection, JsonObject query, FindOptions options) Find matching documents in the specified collection, specifying options