Uses of Package
com.mongodb

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

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
          A simple wrapper for the result of getLastError() calls, and network (socket) errors.
DB
          a logical database on a server
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
           
Mongo
          A database connection with internal pooling.
MongoException
           
MongoOptions
          Various settings for the driver
MongoURI
           
QueryBuilder
          Utility for creating DBObject queries
ReflectionDBObject
           
ReflectionDBObject.JavaWrapper
           
ServerAddress
          mongo server address
WriteConcern
          WriteConcern control the write behavior for with various options, as well as exception raising on error conditions.
WriteResult
          This class lets you access the results of the previous write.
 

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.
 

Classes in com.mongodb used by com.mongodb.util
Mongo
          A database connection with internal pooling.