Interface AggregationSpecification.Factory
- Enclosing class:
- AggregationSpecification
public static interface AggregationSpecification.Factory
Factory for
AggregationSpecification.-
Method Summary
Modifier and TypeMethodDescriptiondefault voidaddFunctionsTo(List<Function> functions) newInstance(QueryOptions options) Creates a newAggregationSpecificationinstance after having binded the parameters.
-
Method Details
-
newInstance
Creates a newAggregationSpecificationinstance after having binded the parameters.- Parameters:
options- the query options- Returns:
- a new
AggregationSpecificationinstance.
-
addFunctionsTo
-