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
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetLet()setDeletes(List<Doc> deletes) setOrdered(Boolean ordered) Methods inherited from class de.caluga.morphium.driver.commands.WriteMongoCommand
execute, getBypassDocumentValidation, getWriteConcern, setBypassDocumentValidation, setWriteConcernMethods inherited from class de.caluga.morphium.driver.commands.MongoCommand
asMap, clear, executeAsync, fromMap, getColl, getComment, getConnection, getDb, getDefaultBatchSize, getMetaData, getRetriesOnNetworkError, getSleepBetweenErrorRetries, setColl, setComment, setConnection, setDb, setDefaultBatchSize, setMetaData, setMetaData, setRetriesOnNetworkError, setSleepBetweenErrorRetries
-
Constructor Details
-
DeleteMongoCommand
-
-
Method Details
-
getCommandName
- Specified by:
getCommandNamein classMongoCommand<DeleteMongoCommand>
-
addDelete
-
getDeletes
-
setDeletes
-
getLet
-
setLet
-
isOrdered
-
setOrdered
-
addDelete
-