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