| Package | Description |
|---|---|
| com.blazebit.persistence |
Blaze-Persistence is a rich Criteria API for JPA.
|
| 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.
|
Copyright © 2014–2020 Blazebit. All rights reserved.