Uses of Class
org.hibernate.dialect.function.StandardAnsiSqlAggregationFunctions.AvgFunction
-
Packages that use StandardAnsiSqlAggregationFunctions.AvgFunction Package Description org.hibernate.dialect.function -
-
Uses of StandardAnsiSqlAggregationFunctions.AvgFunction in org.hibernate.dialect.function
Subclasses of StandardAnsiSqlAggregationFunctions.AvgFunction in org.hibernate.dialect.function Modifier and Type Class Description 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 Modifier and Type Field Description static StandardAnsiSqlAggregationFunctions.AvgFunction
StandardAnsiSqlAggregationFunctions.AvgFunction. INSTANCE
Singleton access
-