The name of the database collection.
The name of the database collection. Override this method if you want to change the collection to something other than the name of the class with an 's' appended to the end.
Override this to specify a ConnectionIdentifier.
Override this to specify a ConnectionIdentifier.
Find a single document by a qry using a json query
Find a single document by a qry using String, Any inputs
Find a single document by _id using a UUID.
Find a single document by _id using an ObjectId.
Find a single document by _id using a String.
Find a single row by a qry, using a DBObject.
Find all documents using a k, v query with JObject sort
Find all documents using a k, v query
Find all documents using a JObject query with sort
Find all documents using a JObject query
Find all documents using a DBObject query with sort
Find all documents using a DBObject query.
Find all documents using a DBObject query.
Find all documents in this collection