Package org.hibernate.query.criteria
Interface JpaWindowFrame
-
- All Known Implementing Classes:
SqmWindowFrame
@Incubating public interface JpaWindowFrame
Common contract for aJpaWindowframe specification.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Expression<?>getExpression()Get theExpressionof this window frame.FrameKindgetKind()Get theFrameKindof this window frame.
-
-
-
Method Detail
-
getExpression
Expression<?> getExpression()
Get theExpressionof this window frame.- Returns:
- the window frame expression
-
-