Class MongoDBImpl

    • Constructor Detail

    • Method Detail

      • getDefaultMongoDb

        public com.mongodb.DB getDefaultMongoDb()
        Description copied from interface: MongoDB
        Obtain a shared instance of the MongoDB database connection object connected to the default database
        Specified by:
        getDefaultMongoDb in interface MongoDB
        Returns:
        the DB connection object
      • getMongoDb

        public com.mongodb.DB getMongoDb​(String dbname)
        Description copied from interface: MongoDB
        Obtain a shared instance of the MongoDB database connection object for the specific database
        Specified by:
        getMongoDb in interface MongoDB
        Parameters:
        dbname - the database name to connect to
        Returns:
        the DB connection object