Uses of Interface
io.ebean.config.AggregateFormulaContext
Packages that use AggregateFormulaContext
Package
Description
Configuration settings for Database construction
-
Uses of AggregateFormulaContext in io.ebean
Methods in io.ebean that return AggregateFormulaContextModifier and TypeMethodDescriptionDatabaseBuilder.Settings.aggregateFormulaContext()Return the AggregateFormulaContext.Methods in io.ebean with parameters of type AggregateFormulaContextModifier and TypeMethodDescriptionDatabaseBuilder.aggregateFormulaContext(AggregateFormulaContext aggregateFormulaContext) Set the AggregateFormulaContext which is used to determine if a database function is an aggregate function (like sum, min, max, avg etc). -
Uses of AggregateFormulaContext in io.ebean.config
Methods in io.ebean.config that return AggregateFormulaContextModifier and TypeMethodDescriptionDatabaseConfig.aggregateFormulaContext()AggregateFormulaContext.Builder.build()Build the AggregateFormulaContext.Methods in io.ebean.config with parameters of type AggregateFormulaContextModifier and TypeMethodDescriptionDatabaseConfig.aggregateFormulaContext(AggregateFormulaContext aggregateFormulaContext)