Package | Description |
---|---|
com.mongodb |
The core mongodb package
|
Modifier and Type | Method and Description |
---|---|
AggregationOutput |
DBCollection.aggregate(DBObject firstOp,
DBObject... additionalOps)
Deprecated.
Use
DBCollection.aggregate(List, AggregationOptions) instead |
AggregationOutput |
DBCollection.aggregate(List<? extends DBObject> pipeline)
Deprecated.
Use
DBCollection.aggregate(List, AggregationOptions) instead |
AggregationOutput |
DBCollection.aggregate(List<? extends DBObject> pipeline,
ReadPreference readPreference)
Deprecated.
|
Copyright © 2018. All rights reserved.