|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.hibernate.dialect.function.StandardSQLFunction
org.hibernate.dialect.function.StandardAnsiSqlAggregationFunctions.SumFunction
public static class StandardAnsiSqlAggregationFunctions.SumFunction
Field Summary | |
---|---|
static StandardAnsiSqlAggregationFunctions.SumFunction |
INSTANCE
|
Constructor Summary | |
---|---|
StandardAnsiSqlAggregationFunctions.SumFunction()
|
Method Summary | |
---|---|
protected int |
determineJdbcTypeCode(Type type,
Mapping mapping)
|
Type |
getReturnType(Type firstArgumentType,
Mapping mapping)
The return type of the function. |
Methods inherited from class org.hibernate.dialect.function.StandardSQLFunction |
---|
getName, getType, hasArguments, hasParenthesesIfNoArguments, render, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final StandardAnsiSqlAggregationFunctions.SumFunction INSTANCE
Constructor Detail |
---|
public StandardAnsiSqlAggregationFunctions.SumFunction()
Method Detail |
---|
protected final int determineJdbcTypeCode(Type type, Mapping mapping) throws QueryException
QueryException
public Type getReturnType(Type firstArgumentType, Mapping mapping)
StandardSQLFunction
SQLFunction.render(org.hibernate.type.Type, java.util.List, org.hibernate.engine.SessionFactoryImplementor)
getReturnType
in interface SQLFunction
getReturnType
in class StandardSQLFunction
firstArgumentType
- The type of the first argumentmapping
- The mapping source.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |