类 StandardAnsiSqlAggregationFunctions
- java.lang.Object
-
- org.hibernate.dialect.function.StandardAnsiSqlAggregationFunctions
-
public class StandardAnsiSqlAggregationFunctions extends Object
Centralized definition of standard ANSI SQL aggregation functions- 作者:
- Steve Ebersole
-
-
嵌套类概要
嵌套类 修饰符和类型 类 说明 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
-
方法概要
所有方法 静态方法 具体方法 修饰符和类型 方法 说明 static voidprimeFunctionMap(Map<String,SQLFunction> functionMap)Push the functions defined on StandardAnsiSqlAggregationFunctions into the given map
-
-
-
方法详细资料
-
primeFunctionMap
public static void primeFunctionMap(Map<String,SQLFunction> functionMap)
Push the functions defined on StandardAnsiSqlAggregationFunctions into the given map- 参数:
functionMap- The map of functions to push to
-
-