Uses of Class
org.hibernate.dialect.function.FormatFunction
-
Packages that use FormatFunction Package Description org.hibernate.dialect.function Contains implementations ofSqmFunctionDescriptor
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.function Modifier and Type Class Description class
DB2FormatEmulation
DB2's varchar_format() can't handle quoted literal strings in the format pattern.class
SQLServerFormatEmulation
SQL Server behaves strangely when the first argument to format is of the type time, so we cast to datetime.
-