Class ExtractUnit

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

public class ExtractUnit extends Object implements Expression, SqlAstNode
A TemporalUnit passed as an argument to the ExtractFunction. These are different to DurationUnits because of how the TemporalUnit.WEEK field is handled on some platforms.