org.hibernate.dialect.function
Class ClassicSumFunction

java.lang.Object
  extended by org.hibernate.dialect.function.StandardSQLFunction
      extended by org.hibernate.dialect.function.ClassicSumFunction
All 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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ClassicSumFunction

public ClassicSumFunction()


Copyright © 2001-2010 Red Hat, Inc. All Rights Reserved.