Uses of Interface
com.blazebit.persistence.WindowFrameExclusionBuilder
| Package | Description |
|---|---|
| com.blazebit.persistence |
Blaze-Persistence is a rich Criteria API for JPA.
|
-
Uses of WindowFrameExclusionBuilder in com.blazebit.persistence
Methods in com.blazebit.persistence that return WindowFrameExclusionBuilder Modifier and Type Method Description WindowFrameExclusionBuilder<T>WindowFrameBetweenBuilder. andCurrentRow()Uses CURRENT ROW as upper bound and continues to the frame exclusion builder.WindowFrameExclusionBuilder<T>WindowFrameBetweenBuilder. andFollowing(String expression)Uses X FOLLOWING as upper bound and continues to the frame exclusion builder.WindowFrameExclusionBuilder<T>WindowFrameBetweenBuilder. andPreceding(String expression)Uses X PRECEDING as upper bound and continues to the frame exclusion builder.WindowFrameExclusionBuilder<T>WindowFrameBetweenBuilder. andUnboundedFollowing()Uses UNBOUNDED FOLLOWING as upper bound and continues to the frame exclusion builder.WindowFrameExclusionBuilder<T>WindowFrameBuilder. currentRow()Uses CURRENT ROW as lower bound and continues to the frame exclusion builder.WindowFrameExclusionBuilder<T>WindowFrameBuilder. preceding(String expression)Uses X PRECEDING as lower bound and continues to the frame exclusion builder.WindowFrameExclusionBuilder<T>WindowFrameBuilder. unboundedPreceding()Uses UNBOUNDED PRECEDING as lower bound and continues to the frame exclusion builder.