|
||||||||||
| 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.CountFunction
public static class StandardAnsiSqlAggregationFunctions.CountFunction
Definition of a standard ANSI SQL compliant COUNT function
| Field Summary | |
|---|---|
static StandardAnsiSqlAggregationFunctions.CountFunction |
INSTANCE
|
| Constructor Summary | |
|---|---|
StandardAnsiSqlAggregationFunctions.CountFunction()
|
|
| Method Summary | |
|---|---|
java.lang.String |
render(Type firstArgumentType,
java.util.List arguments,
SessionFactoryImplementor factory)
Render the function call as SQL fragment. |
| Methods inherited from class org.hibernate.dialect.function.StandardSQLFunction |
|---|
getName, getReturnType, getType, hasArguments, hasParenthesesIfNoArguments, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final StandardAnsiSqlAggregationFunctions.CountFunction INSTANCE
| Constructor Detail |
|---|
public StandardAnsiSqlAggregationFunctions.CountFunction()
| Method Detail |
|---|
public java.lang.String render(Type firstArgumentType,
java.util.List arguments,
SessionFactoryImplementor factory)
StandardSQLFunctionSQLFunction.getReturnType(org.hibernate.type.Type, org.hibernate.engine.Mapping)
render in interface SQLFunctionrender in class StandardSQLFunctionfirstArgumentType - The type of the first argumentarguments - The function argumentsfactory - The SessionFactory
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||