Class DateTruncEmulation

java.lang.Object
org.hibernate.query.sqm.function.AbstractSqmFunctionDescriptor
org.hibernate.dialect.function.DateTruncEmulation
All Implemented Interfaces:
FunctionRenderer, SqmFunctionDescriptor

public class DateTruncEmulation extends AbstractSqmFunctionDescriptor implements FunctionRenderer
Emulation of trunc(datetime, temporal_unit) function that leverages formatting the datetime to string and back to truncate it