| Package | Description |
|---|---|
| com.blazebit.persistence |
Blaze-Persistence is a rich Criteria API for JPA.
|
| Modifier and Type | Method | Description |
|---|---|---|
HavingAndBuilder<HavingOrBuilder<T>> |
HavingOrBuilder.havingAnd() |
Starts a having and builder which connects it's predicates with the AND operator.
|
| Modifier and Type | Method | Description |
|---|---|---|
HavingOrBuilder<HavingAndBuilder<T>> |
HavingAndBuilder.havingOr() |
Starts a having or builder which connects it's predicates with the OR operator.
|
Copyright © 2014–2020 Blazebit. All rights reserved.