| Package | Description |
|---|---|
| com.blazebit.persistence |
Blaze-Persistence is a rich Criteria API for JPA.
|
| Modifier and Type | Method | Description |
|---|---|---|
<X extends WhereBuilder<X> & WindowBuilder<X>> |
WindowBuilder.filter() |
Starts a filter builder.
|
| Modifier and Type | Method | Description |
|---|---|---|
WindowBuilder<T> |
WindowBuilder.partitionBy(String partitionExpression) |
Adds a partition by clause with the given expression to the window.
|
WindowBuilder<T> |
WindowBuilder.partitionBy(String... partitionExpressions) |
Adds a partition by clause with the given expressions to the window.
|
WindowBuilder<T> |
WindowContainerBuilder.window(String name) |
Starts a
WindowBuilder that can be referenced by name in analytics functions. |
Copyright © 2014–2020 Blazebit. All rights reserved.