Uses of Class
de.caluga.morphium.driver.commands.DeleteMongoCommand
-
Packages that use DeleteMongoCommand Package Description de.caluga.morphium.driver.commands -
-
Uses of DeleteMongoCommand in de.caluga.morphium.driver.commands
Methods in de.caluga.morphium.driver.commands that return DeleteMongoCommand Modifier and Type Method Description DeleteMongoCommandDeleteMongoCommand. addDelete(Doc del)DeleteMongoCommandDeleteMongoCommand. addDelete(Doc query, Integer limit, Doc collation, String hint)DeleteMongoCommandDeleteMongoCommand. setDeletes(List<Doc> deletes)DeleteMongoCommandDeleteMongoCommand. setLet(Doc let)DeleteMongoCommandDeleteMongoCommand. setOrdered(Boolean ordered)
-