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