| java.lang.Object | ||
| ↳ | com.mongodb.DBRefBase | |
| ↳ | com.mongodb.DBPointer | |
This class is deprecated.
No replacement.
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
CTOR used for testing BSON encoding.
| |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the object's id
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.mongodb.DBRefBase
| |||||||||||
From class
java.lang.Object
| |||||||||||
CTOR used for testing BSON encoding. Otherwise non-functional due to a DBRef needing a parent db object, a fieldName and a db
| ns | namespace to point to |
|---|---|
| id | value of _id |