Uses of Class
org.hibernate.dialect.function.FormatFunction
Packages that use FormatFunction
Package
Description
Contains implementations of
SqmFunctionDescriptor
describing a range of relatively-sophisticated SQL functions available in various dialects.-
Uses of FormatFunction in org.hibernate.dialect.function
Subclasses of FormatFunction in org.hibernate.dialect.functionModifier and TypeClassDescriptionclass
DB2's varchar_format() can't handle quoted literal strings in the format pattern.class
SQL Server behaves strangely when the first argument to format is of the type time, so we cast to datetime.