Interface ExecutableAggregationOperation.AggregationWithCollection<T>
- All Known Subinterfaces:
ExecutableAggregationOperation.ExecutableAggregation<T>
- Enclosing interface:
- ExecutableAggregationOperation
public static interface ExecutableAggregationOperation.AggregationWithCollection<T>
Collection override (Optional).
- Since:
- 2.0
- Author:
- Christoph Strobl
-
Method Summary
Modifier and TypeMethodDescriptioninCollection
(String collection) Explicitly set the name of the collection to perform the query on.
-
Method Details
-
inCollection
Explicitly set the name of the collection to perform the query on.
Skip this step to use the default collection derived from the domain type.- Parameters:
collection
- must not be null nor empty.- Returns:
- new instance of
ExecutableAggregationOperation.AggregationWithAggregation
. - Throws:
IllegalArgumentException
- if collection is null.
-