Interface MongoDB

All Known Implementing Classes:
MongoDBImpl

public interface MongoDB
  • Method Summary

    Modifier and Type
    Method
    Description
    com.mongodb.DB
    Obtain a shared instance of the MongoDB database connection object connected to the default database
    com.mongodb.DB
    Obtain a shared instance of the MongoDB database connection object for the specific database
  • Method Details

    • getDefaultMongoDb

      com.mongodb.DB getDefaultMongoDb()
      Obtain a shared instance of the MongoDB database connection object connected to the default database
      Returns:
      the DB connection object
    • getMongoDb

      com.mongodb.DB getMongoDb(String dbname)
      Obtain a shared instance of the MongoDB database connection object for the specific database
      Parameters:
      dbname - the database name to connect to
      Returns:
      the DB connection object