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