org.hibernate.dialect.function

Class ClassicSumFunction

Implemented Interfaces:
SQLFunction

public class ClassicSumFunction
extends StandardSQLFunction

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

Constructor Summary

ClassicSumFunction()

Method Summary

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

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

Constructor Details

ClassicSumFunction

public ClassicSumFunction()