Uses of Package
org.hibernate.dialect.function
Packages that use org.hibernate.dialect.function
Package
Description
Contains implementations of
SqmFunctionDescriptor
describing a range of relatively-sophisticated SQL functions available in various dialects.-
Classes in org.hibernate.dialect.function used by org.hibernate.dialect.functionClassDescriptionThe HQL
str()
function is now considered a synonym forcast(x as String)
.A format function with support for composite temporal expressions.Standard generate_series function.The base for generate_series function implementations that use a static number source.Thetimestampadd()
ordateadd()
function has a funny syntax which accepts aTemporalUnit
as the first argument, and the actual set of accepted units varies widely.Custom function that manages both numeric and datetime truncation -
Classes in org.hibernate.dialect.function used by org.hibernate.spatial.dialect.hana