public class Aggregation
extends java.lang.Object
| Constructor and Description |
|---|
Aggregation(MongoCollection<?> collection) |
| Modifier and Type | Method and Description |
|---|---|
void |
addStage(AggregationStage stage) |
java.util.List<Document> |
getResult() |
public Aggregation(MongoCollection<?> collection)
public void addStage(AggregationStage stage)
public java.util.List<Document> getResult()