Package org.hibernate.dialect.function
Class StandardAnsiSqlAggregationFunctions
- java.lang.Object
-
- org.hibernate.dialect.function.StandardAnsiSqlAggregationFunctions
-
public class StandardAnsiSqlAggregationFunctions extends Object
Centralized definition of standard ANSI SQL aggregation functions
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classStandardAnsiSqlAggregationFunctions.AvgFunctionDefinition of a standard ANSI SQL compliant AVG functionstatic classStandardAnsiSqlAggregationFunctions.CountFunctionDefinition of a standard ANSI SQL compliant COUNT functionstatic classStandardAnsiSqlAggregationFunctions.MaxFunctionDefinition of a standard ANSI SQL compliant MAX functionstatic classStandardAnsiSqlAggregationFunctions.MinFunctionDefinition of a standard ANSI SQL compliant MIN functionstatic classStandardAnsiSqlAggregationFunctions.SumFunctionDefinition of a standard ANSI SQL compliant SUM function
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidprimeFunctionMap(Map<String,SQLFunction> functionMap)Push the functions defined on StandardAnsiSqlAggregationFunctions into the given map
-
-
-
Method Detail
-
primeFunctionMap
public static void primeFunctionMap(Map<String,SQLFunction> functionMap)
Push the functions defined on StandardAnsiSqlAggregationFunctions into the given map- Parameters:
functionMap- The map of functions to push to
-
-