Module spring.data.mongodb
Interface ExecutableAggregationOperation.AggregationWithAggregation<T>
- All Known Subinterfaces:
ExecutableAggregationOperation.ExecutableAggregation<T>
- Enclosing interface:
- ExecutableAggregationOperation
public static interface ExecutableAggregationOperation.AggregationWithAggregation<T>
Define the aggregation with pipeline stages.
- Since:
- 2.0
- Author:
- Christoph Strobl
-
Method Summary
-
Method Details
-
by
Set the aggregation to be used.- Parameters:
aggregation- must not be null.- Returns:
- new instance of
ExecutableAggregationOperation.TerminatingAggregation. - Throws:
IllegalArgumentException- if aggregation is null.
-