Class DeleteMongoCommand
- java.lang.Object
-
- de.caluga.morphium.driver.commands.MongoCommand<T>
-
- de.caluga.morphium.driver.commands.WriteMongoCommand<DeleteMongoCommand>
-
- de.caluga.morphium.driver.commands.DeleteMongoCommand
-
public class DeleteMongoCommand extends WriteMongoCommand<DeleteMongoCommand>
-
-
Constructor Summary
Constructors Constructor Description DeleteMongoCommand(MongoConnection d)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DeleteMongoCommandaddDelete(Doc del)DeleteMongoCommandaddDelete(Doc query, Integer limit, Doc collation, String hint)StringgetCommandName()List<Doc>getDeletes()DocgetLet()BooleanisOrdered()DeleteMongoCommandsetDeletes(List<Doc> deletes)DeleteMongoCommandsetLet(Doc let)DeleteMongoCommandsetOrdered(Boolean ordered)-
Methods inherited from class de.caluga.morphium.driver.commands.WriteMongoCommand
execute, getBypassDocumentValidation, getWriteConcern, setBypassDocumentValidation, setWriteConcern
-
Methods inherited from class de.caluga.morphium.driver.commands.MongoCommand
asMap, clear, executeAsync, fromMap, getColl, getComment, getConnection, getDb, getMetaData, releaseConnection, setColl, setComment, setConnection, setDb, setMetaData, setMetaData
-
-
-
-
Constructor Detail
-
DeleteMongoCommand
public DeleteMongoCommand(MongoConnection d)
-
-
Method Detail
-
getCommandName
public String getCommandName()
- Specified by:
getCommandNamein classMongoCommand<DeleteMongoCommand>
-
addDelete
public DeleteMongoCommand addDelete(Doc del)
-
setDeletes
public DeleteMongoCommand setDeletes(List<Doc> deletes)
-
getLet
public Doc getLet()
-
setLet
public DeleteMongoCommand setLet(Doc let)
-
isOrdered
public Boolean isOrdered()
-
setOrdered
public DeleteMongoCommand setOrdered(Boolean ordered)
-
addDelete
public DeleteMongoCommand addDelete(Doc query, Integer limit, Doc collation, String hint)
-
-