Package org.hibernate.query.criteria
Interface JpaWindowFrame
- All Known Implementing Classes:
SqmWindowFrame
Common contract for a
JpaWindow
frame specification.-
Method Summary
Modifier and TypeMethodDescriptionExpression<?>
Get theExpression
of this window frame.getKind()
Get theFrameKind
of this window frame.
-
Method Details
-
getKind
FrameKind getKind()Get theFrameKind
of this window frame.- Returns:
- the window frame kind
-
getExpression
Expression<?> getExpression()Get theExpression
of this window frame.- Returns:
- the window frame expression
-