|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.hibernate.dialect.function.StandardAnsiSqlAggregationFunctions
public class StandardAnsiSqlAggregationFunctions
Centralized definition of standard ANSI SQL aggregation functions
Nested Class Summary | |
---|---|
static class |
StandardAnsiSqlAggregationFunctions.AvgFunction
Definition of a standard ANSI SQL compliant AVG function |
static class |
StandardAnsiSqlAggregationFunctions.CountFunction
Definition of a standard ANSI SQL compliant COUNT function |
static class |
StandardAnsiSqlAggregationFunctions.MaxFunction
|
static class |
StandardAnsiSqlAggregationFunctions.MinFunction
|
static class |
StandardAnsiSqlAggregationFunctions.SumFunction
|
Constructor Summary | |
---|---|
StandardAnsiSqlAggregationFunctions()
|
Method Summary | |
---|---|
static void |
primeFunctionMap(Map<String,SQLFunction> functionMap)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public StandardAnsiSqlAggregationFunctions()
Method Detail |
---|
public static void primeFunctionMap(Map<String,SQLFunction> functionMap)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |