Uses of Class
org.hibernate.dialect.function.StandardAnsiSqlAggregationFunctions.AvgFunction

Packages that use StandardAnsiSqlAggregationFunctions.AvgFunction
org.hibernate.dialect.function A framework for defining database-specific SQL functions that are available via the dialect. 
 

Uses of StandardAnsiSqlAggregationFunctions.AvgFunction in org.hibernate.dialect.function
 

Subclasses of StandardAnsiSqlAggregationFunctions.AvgFunction in org.hibernate.dialect.function
 class AvgWithArgumentCastFunction
          Some databases strictly return the type of the of the aggregation value for AVG which is problematic in the case of averaging integers because the decimals will be dropped.
 

Fields in org.hibernate.dialect.function declared as StandardAnsiSqlAggregationFunctions.AvgFunction
static StandardAnsiSqlAggregationFunctions.AvgFunction StandardAnsiSqlAggregationFunctions.AvgFunction.INSTANCE
           
 



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