Uses of Interface
io.ebean.config.AggregateFormulaContext.Builder
Packages that use AggregateFormulaContext.Builder
-
Uses of AggregateFormulaContext.Builder in io.ebean.config
Methods in io.ebean.config that return AggregateFormulaContext.BuilderModifier and TypeMethodDescriptionAggregateFormulaContext.Builder.aggregateFunctions(Set<String> count) Override the default set of aggregation functions.AggregateFormulaContext.builder()Return a builder for the AggregateFormulaContext.AggregateFormulaContext.Builder.concatFunctions(Set<String> concat) Override the default set of concat functions.AggregateFormulaContext.Builder.countFunctions(Set<String> count) Override the default set of count functions.