Package | Description |
---|---|
com.mongodb |
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,
com.mongodb.ReadPreference readPreference)
Method implements aggregation framework.
|
Copyright © 2017. All rights reserved.