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

ClassicAvgFunction (Hibernate API Documentation) - Hibernate 3.2.3 正式版 API 英文文档


org.hibernate.dialect.function
Class ClassicAvgFunction

java.lang.Object
  extended byorg.hibernate.dialect.function.StandardSQLFunction
      extended byorg.hibernate.dialect.function.ClassicAvgFunction
All Implemented Interfaces:
SQLFunction

public class ClassicAvgFunction
extends StandardSQLFunction

Classic AVG sqlfunction that return types as it was done in Hibernate 3.1

Author:
Max Rydahl Andersen

Constructor Summary
ClassicAvgFunction()
           
 
Method Summary
 Type getReturnType(Type columnType, Mapping mapping)
          The return type of the function. May be either a concrete type which is preset, or variable depending upon the type of the first function argument.
 
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

ClassicAvgFunction

public ClassicAvgFunction()
Method Detail

getReturnType

public Type getReturnType(Type columnType,
                          Mapping mapping)
                   throws QueryException
Description copied from class: StandardSQLFunction
The return type of the function. May be either a concrete type which is preset, or variable depending upon the type of the first function argument.

Specified by:
getReturnType in interface SQLFunction
Overrides:
getReturnType in class StandardSQLFunction
Throws:
QueryException