Uses of Class
com.mongodb.ObjectId

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

Uses of ObjectId in com.mongodb
 

Methods in com.mongodb that return ObjectId
static ObjectId ObjectId.get()
          Gets a new object id.
 ObjectId DBPointer.getId()
          Deprecated.  
static ObjectId ObjectId.massageToObjectId(Object o)
          Turn an object into an ObjectId, if possible.
 

Methods in com.mongodb with parameters of type ObjectId
 int ObjectId.compareTo(ObjectId id)
           
protected  int ByteEncoder.putDBPointer(String name, String ns, ObjectId oid)
           
protected  int ByteEncoder.putObjectId(String name, ObjectId oid)
           
 

Constructors in com.mongodb with parameters of type ObjectId
DBPointer(String ns, ObjectId id)
          Deprecated. CTOR used for testing BSON encoding.
 

Uses of ObjectId in com.mongodb.gridfs
 

Methods in com.mongodb.gridfs with parameters of type ObjectId
 GridFSDBFile GridFS.find(ObjectId id)
           
 GridFSDBFile GridFS.findOne(ObjectId id)
           
 void GridFS.remove(ObjectId id)