|
||||||||||
| 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.ClassicCountFunction
public class ClassicCountFunction
Classic COUNT sqlfunction that return types as it was done in Hibernate 3.1
| Constructor Summary | |
|---|---|
ClassicCountFunction()
|
|
| Method Summary | |
|---|---|
Type |
getReturnType(Type columnType,
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 |
| Constructor Detail |
|---|
public ClassicCountFunction()
| Method Detail |
|---|
public Type getReturnType(Type columnType,
Mapping mapping)
StandardSQLFunction
getReturnType in interface SQLFunctiongetReturnType in class StandardSQLFunctioncolumnType - 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 | |||||||||