Uses of Class
com.mongodb.BasicDBObject

Packages that use BasicDBObject
com.mongodb Main package with core files. 
 

Uses of BasicDBObject in com.mongodb
 

Subclasses of BasicDBObject in com.mongodb
 class CommandResult
          A simple wrapper for the result of getLastError() calls and other commands
 

Methods in com.mongodb that return BasicDBObject
 BasicDBObject BasicDBObject.append(String key, Object val)
           
 BasicDBObject WriteConcern.getCommand()
          Gets the getlasterror command for this write concern.
 BasicDBObject MapReduceOutput.getRaw()
          Deprecated.