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 |
---|---|
AggregationOutput |
DBCollection.aggregate(DBObject firstOp,
DBObject... additionalOps)
Deprecated.
Use
DBCollection.aggregate(java.util.List) instead |
AggregationOutput |
DBCollection.aggregate(List<? extends DBObject> pipeline)
Method implements aggregation framework.
|
AggregationOutput |
DBCollection.aggregate(List<? extends DBObject> pipeline,
ReadPreference readPreference)
Method implements aggregation framework.
|
Copyright © 2016. All Rights Reserved.