Uses of Class
org.hibernate.dialect.function.PostgreSQLTruncFunction
Packages that use PostgreSQLTruncFunction
Package
Description
Contains implementations of
SqmFunctionDescriptor
describing a range of relatively-sophisticated SQL functions available in various dialects.-
Uses of PostgreSQLTruncFunction in org.hibernate.dialect.function
Subclasses of PostgreSQLTruncFunction in org.hibernate.dialect.functionModifier and TypeClassDescriptionclassSpanner-specific TruncFunction that extends PostgreSQLTruncFunction to handle both numeric and datetime truncation, reusing PostgreSQL logic where applicable.