Uses of Class
org.ejdb.bson.types.ObjectId

Packages that use ObjectId
org.ejdb.bson   
org.ejdb.driver   
 

Uses of ObjectId in org.ejdb.bson
 

Methods in org.ejdb.bson that return ObjectId
 ObjectId BSONObject.getId()
          Returns id of BSON object (if specified)
 

Constructors in org.ejdb.bson with parameters of type ObjectId
BSONObject(ObjectId oid)
          Constructs new BSON object with specified id
 

Uses of ObjectId in org.ejdb.driver
 

Methods in org.ejdb.driver that return ObjectId
 ObjectId BSONQueryObject.getId()
          Deprecated. BSON Query objects can not contains dedicated ObjectID
 ObjectId EJDBCollection.save(BSONObject object)
          Save/update specified BSON object in the collection.
 

Methods in org.ejdb.driver that return types with arguments of type ObjectId
 java.util.List<ObjectId> EJDBCollection.save(java.util.List<BSONObject> objects)
          Save/update specified BSON objects in the collection.
 

Methods in org.ejdb.driver with parameters of type ObjectId
 BSONObject EJDBCollection.load(ObjectId oid)
          Loads BSON object identified by OID from the collection.
 void EJDBCollection.remove(ObjectId oid)
          Remove BSON object from collection by OID