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