Package | Description |
---|---|
org.hibernate.dialect.function |
A framework for defining database-specific SQL functions
that are available via the dialect.
|
Modifier and Type | Class and 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.
|
Modifier and Type | Field and Description |
---|---|
static StandardAnsiSqlAggregationFunctions.AvgFunction |
StandardAnsiSqlAggregationFunctions.AvgFunction.INSTANCE
Singleton access
|
Copyright © 2017 JBoss by Red Hat. All rights reserved.