Example usage for Java com.mongodb MongoNamespace fields, constructors, methods, implement or subclass
The text is from its open source code.
MongoNamespace(@BsonProperty("db") final String databaseName, @BsonProperty("coll") final String collectionName) Construct an instance from the given database name and collection name. | |
MongoNamespace(final String fullName) Construct an instance for the given full name. |
String | getCollectionName() Gets the collection name. |
String | getDatabaseName() Gets the database name. |