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

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

Uses of AvgFunction in org.hibernate.dialect.function
 

Subclasses of 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.
 



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