Uses of Class
org.hibernate.dialect.function.TruncFunction
Packages that use TruncFunction
Package
Description
Contains implementations of
SqmFunctionDescriptor
describing a range of relatively-sophisticated SQL functions available in various dialects.-
Uses of TruncFunction in org.hibernate.dialect.function
Subclasses of TruncFunction in org.hibernate.dialect.functionModifier and TypeClassDescriptionclassCustomTruncFunctionfor PostgreSQL which uses the dialect-specific function for numeric truncationclassSpanner-specific TruncFunction that extends PostgreSQLTruncFunction to handle both numeric and datetime truncation, reusing PostgreSQL logic where applicable.classCustomTruncFunctionfor SQL Server versions before 16, which uses the customSqlServerConvertTruncFunction.DateTruncConvertEmulationclassCustomTruncFunctionfor Sybase which uses a dialect-specific emulation function for datetimes