Package io.vertx.tp.plugin
Class UxMongo
java.lang.Object
io.vertx.tp.plugin.UxMongo
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionio.vertx.core.Future<Boolean>io.vertx.core.Future<io.vertx.core.json.JsonObject>io.vertx.core.Future<io.vertx.core.json.JsonObject>findOne(String collection, io.vertx.core.json.JsonObject filter, String joinedCollection, String joinedKey, io.vertx.core.json.JsonObject additional, BinaryOperator<io.vertx.core.json.JsonObject> operatorFun) io.vertx.core.Future<io.vertx.core.json.JsonObject>findOneAndReplace(String collection, io.vertx.core.json.JsonObject filter, io.vertx.core.json.JsonObject updated) io.vertx.core.Future<io.vertx.core.json.JsonArray>findWithOptions(String collection, io.vertx.core.json.JsonObject filter, io.vertx.ext.mongo.FindOptions options) io.vertx.core.Future<io.vertx.core.json.JsonArray>findWithOptions(String collection, io.vertx.core.json.JsonObject filter, io.vertx.ext.mongo.FindOptions options, String joinedCollection, String joinedKey, io.vertx.core.json.JsonObject additional, BinaryOperator<io.vertx.core.json.JsonObject> operatorFun) io.vertx.core.Future<io.vertx.core.json.JsonObject>io.vertx.core.Future<Boolean>io.vertx.core.Future<Long>removeDocument(String collection, io.vertx.core.json.JsonObject filter) io.vertx.core.json.JsonObjectio.vertx.core.json.JsonObject
-
Constructor Details
-
UxMongo
public UxMongo()
-
-
Method Details
-
missing
-
existing
-
termIn
public io.vertx.core.json.JsonObject termIn(io.vertx.core.json.JsonObject filter, String field, io.vertx.core.json.JsonArray values) -
termLike
-
insert
public io.vertx.core.Future<io.vertx.core.json.JsonObject> insert(String collection, io.vertx.core.json.JsonObject data) -
findOne
public io.vertx.core.Future<io.vertx.core.json.JsonObject> findOne(String collection, io.vertx.core.json.JsonObject filter) -
findOne
public io.vertx.core.Future<io.vertx.core.json.JsonObject> findOne(String collection, io.vertx.core.json.JsonObject filter, String joinedCollection, String joinedKey, io.vertx.core.json.JsonObject additional, BinaryOperator<io.vertx.core.json.JsonObject> operatorFun) -
findOneAndReplace
public io.vertx.core.Future<io.vertx.core.json.JsonObject> findOneAndReplace(String collection, io.vertx.core.json.JsonObject filter, io.vertx.core.json.JsonObject updated) -
removeDocument
-
findWithOptions
public io.vertx.core.Future<io.vertx.core.json.JsonArray> findWithOptions(String collection, io.vertx.core.json.JsonObject filter, io.vertx.ext.mongo.FindOptions options) -
findWithOptions
public io.vertx.core.Future<io.vertx.core.json.JsonArray> findWithOptions(String collection, io.vertx.core.json.JsonObject filter, io.vertx.ext.mongo.FindOptions options, String joinedCollection, String joinedKey, io.vertx.core.json.JsonObject additional, BinaryOperator<io.vertx.core.json.JsonObject> operatorFun)
-