Uses of Interface
com.blazebit.persistence.WindowFrameBetweenBuilder
| Package | Description |
|---|---|
| com.blazebit.persistence |
Blaze-Persistence is a rich Criteria API for JPA.
|
-
Uses of WindowFrameBetweenBuilder in com.blazebit.persistence
Methods in com.blazebit.persistence that return WindowFrameBetweenBuilder Modifier and Type Method Description WindowFrameBetweenBuilder<T>WindowFrameBuilder. betweenCurrentRow()Uses CURRENT ROW as lower bound for the frame and starts a frame between builder for the upper bound.WindowFrameBetweenBuilder<T>WindowFrameBuilder. betweenFollowing(String expression)Uses expression FOLLOWING as lower bound for the frame and starts a frame between builder for the upper bound.WindowFrameBetweenBuilder<T>WindowFrameBuilder. betweenPreceding(String expression)Uses expression PRECEDING as lower bound for the frame and starts a frame between builder for the upper bound.WindowFrameBetweenBuilder<T>WindowFrameBuilder. betweenUnboundedPreceding()Uses UNBOUNDED PRECEDING as lower bound for the frame and starts a frame between builder for the upper bound.