Uses of Class
de.caluga.morphium.driver.commands.UpdateMongoCommand
Packages that use UpdateMongoCommand
-
Uses of UpdateMongoCommand in de.caluga.morphium.driver.commands
Methods in de.caluga.morphium.driver.commands that return UpdateMongoCommandModifier and TypeMethodDescriptionUpdateMongoCommand.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) UpdateMongoCommand.setOrdered(Boolean ordered) UpdateMongoCommand.setUpdates(List<Map<String, Object>> updates) -
Uses of UpdateMongoCommand in de.caluga.morphium.driver.mongodb
Methods in de.caluga.morphium.driver.mongodb with parameters of type UpdateMongoCommand