Package | Description |
---|---|
com.mongodb |
Main package with core files.
|
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<DBObject> pipeline)
Method implements aggregation framework.
|
AggregationOutput |
DBCollection.aggregate(List<DBObject> pipeline,
ReadPreference readPreference)
Method implements aggregation framework.
|