Interface AggregationSpecification.Factory
-
- Enclosing class:
- AggregationSpecification
public static interface AggregationSpecification.Factory
Factory forAggregationSpecification
.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default void
addFunctionsTo(java.util.List<Function> functions)
AggregationSpecification
newInstance(QueryOptions options)
Creates a newAggregationSpecification
instance after having binded the parameters.
-
-
-
Method Detail
-
newInstance
AggregationSpecification newInstance(QueryOptions options)
Creates a newAggregationSpecification
instance after having binded the parameters.- Parameters:
options
- the query options- Returns:
- a new
AggregationSpecification
instance.
-
addFunctionsTo
default void addFunctionsTo(java.util.List<Function> functions)
-
-