Class SqmWindowFrame
- java.lang.Object
-
- org.hibernate.query.sqm.tree.AbstractSqmNode
-
- org.hibernate.query.sqm.tree.expression.SqmWindowFrame
-
- All Implemented Interfaces:
Serializable,JpaCriteriaNode,JpaWindowFrame,SqmNode
@Incubating public class SqmWindowFrame extends AbstractSqmNode implements JpaWindowFrame
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SqmWindowFrame(NodeBuilder nodeBuilder, FrameKind kind)SqmWindowFrame(NodeBuilder nodeBuilder, FrameKind kind, SqmExpression<?> expression)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SqmWindowFramecopy(SqmCopyContext context)SqmExpression<?>getExpression()Get theExpressionof this window frame.FrameKindgetKind()Get theFrameKindof this window frame.-
Methods inherited from class org.hibernate.query.sqm.tree.AbstractSqmNode
nodeBuilder
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.hibernate.query.sqm.tree.SqmNode
asLoggableText
-
-
-
-
Constructor Detail
-
SqmWindowFrame
public SqmWindowFrame(NodeBuilder nodeBuilder, FrameKind kind)
-
SqmWindowFrame
public SqmWindowFrame(NodeBuilder nodeBuilder, FrameKind kind, SqmExpression<?> expression)
-
-
Method Detail
-
getKind
public FrameKind getKind()
Description copied from interface:JpaWindowFrameGet theFrameKindof this window frame.- Specified by:
getKindin interfaceJpaWindowFrame- Returns:
- the window frame kind
-
getExpression
public SqmExpression<?> getExpression()
Description copied from interface:JpaWindowFrameGet theExpressionof this window frame.- Specified by:
getExpressionin interfaceJpaWindowFrame- Returns:
- the window frame expression
-
copy
public SqmWindowFrame copy(SqmCopyContext context)
-
-