Uses of Package
com.mongodb

Packages that use com.mongodb
com.mongodb Main package with core files. 
com.mongodb.gridfs GridFS tools. 
 

Classes in com.mongodb used by com.mongodb
BasicDBObject
          A simple implementation of DBObject.
BasicDBObjectBuilder
          utility for building objects example: BasicDBObjectBuilder.start().add( "name" , "eliot" ).add( "number" , 17 ).get()
CommandResult
           
DB
          a logical database on a server
DB.WriteConcern
          Settings for strictness of error checking on writes (inserts, updates, and removes).
DBAddress
          Aquires the address of the database(s).
DBCallback
           
DBCallback.Factory
           
DBCollection
          This class provides a skeleton implementation of a database collection.
DBConnector
           
DBCursor
          An iterator over database results.
DBObject
          A key-value map that can be saved to the database.
DBRefBase
          Base class for DBRefs.
MapReduceOutput
           
MongoException
           
MongoOptions
          Various settings for the driver
QueryBuilder
          Utility for creating DBObject queries
ReflectionDBObject
           
ReflectionDBObject.JavaWrapper
           
ServerAddress
          mongo server address
 

Classes in com.mongodb used by com.mongodb.gridfs
DB
          a logical database on a server
DBCollection
          This class provides a skeleton implementation of a database collection.
DBCursor
          An iterator over database results.
DBObject
          A key-value map that can be saved to the database.