Uses of Package
org.hibernate.dialect.function
Packages that use org.hibernate.dialect.function
Package
Description
This package abstracts over the multifarious dialects of SQL
understood by the databases supported by Hibernate.
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
-
Classes in org.hibernate.dialect.function used by org.hibernate.dialect.functionClassDescriptionBase implementation for the regexp_like predicate.The HQL
str()function is now considered a synonym forcast(x as String).ANSI SQL-inspiredextract()function, where the date/time fields are enumerated byTemporalUnit, and portability is achieved by delegating toDialect.extractPattern(TemporalUnit).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.Oracle and SQL Server have a special predicate function.Thetimestampadd()ordateadd()function has a funny syntax which accepts aTemporalUnitas 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