org.hibernate.dialect.function

Class ClassicCountFunction

Implemented Interfaces:
SQLFunction

public class ClassicCountFunction
extends StandardSQLFunction

Classic COUNT sqlfunction that return types as it was done in Hibernate 3.1
Author:
Max Rydahl Andersen

Constructor Summary

ClassicCountFunction()

Method Summary

Type
getReturnType(Type columnType, Mapping mapping)

Methods inherited from class org.hibernate.dialect.function.StandardSQLFunction

getName, getReturnType, getType, hasArguments, hasParenthesesIfNoArguments, render, toString

Constructor Details

ClassicCountFunction

public ClassicCountFunction()

Method Details

getReturnType

public Type getReturnType(Type columnType,
                          Mapping mapping)
Specified by:
getReturnType in interface SQLFunction
Overrides:
getReturnType in interface StandardSQLFunction