Uses of Package
org.hibernate.dialect.function
-
Packages that use org.hibernate.dialect.function Package Description org.hibernate.dialect.function Contains implementations ofSqmFunctionDescriptordescribing a range of relatively-sophisticated SQL functions available in various dialects.org.hibernate.spatial.dialect.hana -
Classes in org.hibernate.dialect.function used by org.hibernate.dialect.function Class Description CastStrEmulation The HQLstr()function is now considered a synonym forcast(x as String).FormatFunction A format function with support for composite temporal expressions.HypotheticalSetFunction InverseDistributionFunction TimestampaddFunction Thetimestampadd()ordateadd()function has a funny syntax which accepts aTemporalUnitas the first argument, and the actual set of accepted units varies widely.TruncFunction Custom function that manages both numeric and datetime truncationTruncFunction.DatetimeTrunc -
Classes in org.hibernate.dialect.function used by org.hibernate.spatial.dialect.hana Class Description StandardSQLFunction Simplified API allowing users to contributeSqmFunctionDescriptors to HQL.