the underlying java MongoDatabase
Get the codec registry for the MongoDatabase.
Get the codec registry for the MongoDatabase.
the { @link org.bson.codecs.configuration.CodecRegistry}
Create a new collection with the selected options
Create a new collection with the selected options
the name for the new collection to create
various options for creating the collection
a Observable identifying when the collection has been created
Create a new collection with the given name.
Create a new collection with the given name.
the name for the new collection to create
a Observable identifying when the collection has been created
Drops this database.
Drops this database.
a Observable identifying when the database has been dropped
Gets a collection, with a specific default document class.
Gets a collection, with a specific default document class.
the type of the class to use instead of Document.
the name of the collection to return
the collection
Gets the names of all the collections in this database.
Gets the names of all the collections in this database.
a Observable with all the names of all the collections in this database
Finds all the collections in this database.
Finds all the collections in this database.
the target document type of the iterable.
the fluent list collections interface
Gets the name of the database.
Gets the name of the database.
the database name
Get the read preference for the MongoDatabase.
Get the read preference for the MongoDatabase.
the { @link com.mongodb.ReadPreference}
Executes command in the context of the current database.
Executes command in the context of the current database.
the type of the class to use instead of Document.
the command to be run
the ReadPreference to be used when executing the command
a Observable containing the command result
Executes command in the context of the current database using the primary server.
Executes command in the context of the current database using the primary server.
the type of the class to use instead of Document.
the command to be run
a Observable containing the command result
Create a new MongoDatabase instance with a different codec registry.
Create a new MongoDatabase instance with a different codec registry.
the new { @link org.bson.codecs.configuration.CodecRegistry} for the collection
a new MongoDatabase instance with the different codec registry
Create a new MongoDatabase instance with a different read preference.
Create a new MongoDatabase instance with a different read preference.
the new { @link com.mongodb.ReadPreference} for the collection
a new MongoDatabase instance with the different readPreference
Create a new MongoDatabase instance with a different write concern.
Create a new MongoDatabase instance with a different write concern.
the new { @link com.mongodb.WriteConcern} for the collection
a new MongoDatabase instance with the different writeConcern
Get the write concern for the MongoDatabase.
Get the write concern for the MongoDatabase.
the { @link com.mongodb.WriteConcern}
The MongoDatabase representation.
the underlying java MongoDatabase
1.0