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