Class DurationUnit

java.lang.Object
org.hibernate.sql.ast.tree.expression.DurationUnit
All Implemented Interfaces:
SqlSelectionProducer, Expression, SqlAstNode

public class DurationUnit extends Object implements Expression, SqlAstNode
A TemporalUnit passed as an argument to the TimestampaddFunction or TimestampdiffFunction. These are different to ExtractUnits because of how the TemporalUnit.WEEK field is handled on some platforms.