Uses of Class
de.caluga.morphium.driver.commands.UpdateMongoCommand
-
Packages that use UpdateMongoCommand Package Description de.caluga.morphium.driver.commands -
-
Uses of UpdateMongoCommand in de.caluga.morphium.driver.commands
Methods in de.caluga.morphium.driver.commands that return UpdateMongoCommand Modifier and Type Method Description UpdateMongoCommandUpdateMongoCommand. addUpdate(Map<String,Object> upd)UpdateMongoCommandUpdateMongoCommand. addUpdate(Map<String,Object> query, Map<String,Object> update, Map<String,Object> context, boolean upsert, boolean multi, Collation collation, List<Map<String,Object>> arrayFilters, String hint)UpdateMongoCommandUpdateMongoCommand. setLet(Map<String,Object> let)UpdateMongoCommandUpdateMongoCommand. setOrdered(Boolean ordered)UpdateMongoCommandUpdateMongoCommand. setUpdates(List<Map<String,Object>> updates)
-