| Package | Description |
|---|---|
| com.mongodb |
This package is the main entry point to the MongoDB Java Driver, and it contains the classes for the existing API from 2.x versions.
|
| Modifier and Type | Method and Description |
|---|---|
Mongo |
Mongo.Holder.connect(MongoURI uri)
Deprecated.
Please use
Mongo.Holder.connect(MongoClientURI) instead. |
| Constructor and Description |
|---|
Mongo(MongoURI uri)
Deprecated.
Replaced by
MongoClient.MongoClient(MongoClientURI) |
Copyright © 2016. All Rights Reserved.