站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > Hibernate 3.2.4 正式版 API 英文文档

ClassicSumFunction (Hibernate API Documentation) - Hibernate 3.2.4 正式版 API 英文文档


org.hibernate.dialect.function
Class ClassicSumFunction

java.lang.Object
  extended byorg.hibernate.dialect.function.StandardSQLFunction
      extended byorg.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()
           
 
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()