Package com.mongodb
Class DBRef
java.lang.Object
com.mongodb.DBRef
- All Implemented Interfaces:
Serializable
Deprecated.
Usage of this API is not supported in AEM as a Cloud Service.
A representation of a database reference.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanDeprecated.Deprecated.Gets the name of the collection in which the referenced document is stored.Deprecated.Gets the name of the database in which the referenced document is stored.getId()Deprecated.Gets the _id of the referenced documentinthashCode()Deprecated.toString()Deprecated.
-
Constructor Details
-
DBRef
Deprecated.Construct an instance.- Parameters:
collectionName- the name of the collection where the document is storedid- the object id
-
DBRef
Deprecated.Construct an instance.- Parameters:
databaseName- the name of the database where the document is storedcollectionName- the name of the collection where the document is storedid- the object id- Since:
- 3.3
-
-
Method Details
-
getId
Deprecated.Gets the _id of the referenced document- Returns:
- the _id of the referenced document
-
getCollectionName
Deprecated.Gets the name of the collection in which the referenced document is stored.- Returns:
- the name of the collection in which the referenced is stored
-
getDatabaseName
Deprecated.Gets the name of the database in which the referenced document is stored. A null value implies that the referenced document is stored in the same database as the referring document.- Returns:
- the possibly-null database name
- Since:
- 3.3
-
equals
Deprecated. -
hashCode
public int hashCode()Deprecated. -
toString
Deprecated.
-