Uses of Class
io.vertx.ext.mongo.UpdateOptions
Packages that use UpdateOptions
-
Uses of UpdateOptions in io.vertx.ext.mongo
Methods in io.vertx.ext.mongo that return UpdateOptionsModifier and TypeMethodDescriptionUpdateOptions.setArrayFilters(JsonArray arrayFilters) Set the arrayFilters optionUpdateOptions.setCollation(CollationOptions collation) Collation optionsUpdateOptions.setHint(JsonObject hint) Set the hint.UpdateOptions.setHintString(String hintString) Set the hint string.UpdateOptions.setMulti(boolean multi) Set whether multi is enabledUpdateOptions.setReturningNewDocument(boolean returnNewDocument) Set whether new document property is enabled.UpdateOptions.setUpsert(boolean upsert) Set whether upsert is enabledUpdateOptions.setWriteOption(WriteOption writeOption) Set the write optionMethods in io.vertx.ext.mongo with parameters of type UpdateOptionsModifier and TypeMethodDescriptionMongoClient.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.replaceDocumentsWithOptions(String collection, JsonObject query, JsonObject replace, UpdateOptions options) Replace matching documents in the specified collection, specifying options and return the handler withMongoClientUpdateResultresultMongoClient.updateCollectionWithOptions(String collection, JsonObject query, JsonArray update, UpdateOptions options) Use an aggregation pipeline to update documents in the specified collection, specifying options and return the handler withMongoClientUpdateResultresultMongoClient.updateCollectionWithOptions(String collection, JsonObject query, JsonObject update, UpdateOptions options) Update matching documents in the specified collection, specifying options and return the handler withMongoClientUpdateResultresultConstructors in io.vertx.ext.mongo with parameters of type UpdateOptions -
Uses of UpdateOptions in io.vertx.reactivex.ext.mongo
Methods in io.vertx.reactivex.ext.mongo with parameters of type UpdateOptionsModifier and TypeMethodDescriptionMongoClient.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.replaceDocumentsWithOptions(String collection, JsonObject query, JsonObject replace, UpdateOptions options) Replace matching documents in the specified collection, specifying options and return the handler withMongoClientUpdateResultresultMongoClient.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.rxReplaceDocumentsWithOptions(String collection, JsonObject query, JsonObject replace, UpdateOptions options) Replace matching documents in the specified collection, specifying options and return the handler withMongoClientUpdateResultresultMongoClient.rxUpdateCollectionWithOptions(String collection, JsonObject query, JsonArray update, UpdateOptions options) Use an aggregation pipeline to update documents in the specified collection, specifying options and return the handler withMongoClientUpdateResultresultMongoClient.rxUpdateCollectionWithOptions(String collection, JsonObject query, JsonObject update, UpdateOptions options) Update matching documents in the specified collection, specifying options and return the handler withMongoClientUpdateResultresultMongoClient.updateCollectionWithOptions(String collection, JsonObject query, JsonArray update, UpdateOptions options) Use an aggregation pipeline to update documents in the specified collection, specifying options and return the handler withMongoClientUpdateResultresultMongoClient.updateCollectionWithOptions(String collection, JsonObject query, JsonObject update, UpdateOptions options) Update matching documents in the specified collection, specifying options and return the handler withMongoClientUpdateResultresult -
Uses of UpdateOptions in io.vertx.rxjava3.ext.mongo
Methods in io.vertx.rxjava3.ext.mongo with parameters of type UpdateOptionsModifier and TypeMethodDescriptionMongoClient.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.replaceDocumentsWithOptions(String collection, JsonObject query, JsonObject replace, UpdateOptions options) Replace matching documents in the specified collection, specifying options and return the handler withMongoClientUpdateResultresultMongoClient.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.rxReplaceDocumentsWithOptions(String collection, JsonObject query, JsonObject replace, UpdateOptions options) Replace matching documents in the specified collection, specifying options and return the handler withMongoClientUpdateResultresultMongoClient.rxUpdateCollectionWithOptions(String collection, JsonObject query, JsonArray update, UpdateOptions options) Use an aggregation pipeline to update documents in the specified collection, specifying options and return the handler withMongoClientUpdateResultresultMongoClient.rxUpdateCollectionWithOptions(String collection, JsonObject query, JsonObject update, UpdateOptions options) Update matching documents in the specified collection, specifying options and return the handler withMongoClientUpdateResultresultMongoClient.updateCollectionWithOptions(String collection, JsonObject query, JsonArray update, UpdateOptions options) Use an aggregation pipeline to update documents in the specified collection, specifying options and return the handler withMongoClientUpdateResultresultMongoClient.updateCollectionWithOptions(String collection, JsonObject query, JsonObject update, UpdateOptions options) Update matching documents in the specified collection, specifying options and return the handler withMongoClientUpdateResultresult