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()
ByteDecoder
          Deserializes a string from the database into a DBObject.
ByteEncoder
          Serializes a DBObject into a string that can be sent to the database.
Bytes
          Handles byte functions for ByteEncoder and ByteDecoder.
CodeWScope
          for using the CodeWScope type
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).
DBBinary
          generic binary holder
DBCollection
          This class provides a skeleton implementation of a database collection.
DBConnector
           
DBCursor
          An iterator over database results.
DBMessage
          Creates a message to send to the database.
DBObject
          A key-value map that can be saved to the database.
DBRefBase
          Base class for DBRefs.
DBSymbol
          Class to hold a BSON symbol object, which is an interned string in Ruby
DBTimestamp
          this is used for internal increment values.
MapReduceOutput
           
MongoException
           
MongoOptions
          Various settings for the driver
ObjectId
          A globally unique identifier for objects.
QueryBuilder
          Utility for creating DBObject queries
ReflectionDBObject
           
ReflectionDBObject.JavaWrapper
           
ServerAddress
          mongo server address
Transformer
           
 

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.
ObjectId
          A globally unique identifier for objects.