|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.mongodb.DBRefBase
com.mongodb.DBPointer
@Deprecated public class DBPointer
Constructor Summary | |
---|---|
DBPointer(java.lang.String ns,
ObjectId id)
Deprecated. CTOR used for testing BSON encoding. |
Method Summary | |
---|---|
ObjectId |
getId()
Deprecated. Gets the object's id |
java.lang.String |
toString()
Deprecated. |
Methods inherited from class com.mongodb.DBRefBase |
---|
equals, fetch, getDB, getRef |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public DBPointer(java.lang.String ns, ObjectId id)
ns
- namespace to point toid
- value of _idMethod Detail |
---|
public java.lang.String toString()
toString
in class DBRefBase
public ObjectId getId()
DBRefBase
getId
in class DBRefBase
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |