Java com.mongodb DBRef fields, constructors, methods, implement or subclass

Example usage for Java com.mongodb DBRef fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.mongodb DBRef.

The text is from its open source code.

Constructor

Method

StringgetCollectionName()
Gets the name of the collection in which the referenced document is stored.
StringgetDatabaseName()
Gets the name of the database in which the referenced document is stored.
ObjectgetId()
Gets the _id of the referenced document
StringtoString()