Returns all documents matching the given query.
Returns all documents matching the given query. If no documents match then an empty Seq will be returned.
Returns the first document matching the given query or returns a failed future if no matching document was found.
Removes the document matching the given object in the collection
Removes all documents matching the given fields in the specified collection.
(Since version 1.13.2) Prefer MongoDao