Uses of Interface
com.blazebit.persistence.HavingAndBuilder
| Package | Description |
|---|---|
| com.blazebit.persistence |
Blaze-Persistence is a rich Criteria API for JPA.
|
-
Uses of HavingAndBuilder in com.blazebit.persistence
Methods in com.blazebit.persistence that return HavingAndBuilder Modifier and Type Method Description HavingAndBuilder<HavingOrBuilder<T>>HavingOrBuilder. havingAnd()Starts a having and builder which connects it's predicates with the AND operator.Methods in com.blazebit.persistence that return types with arguments of type HavingAndBuilder Modifier and Type Method Description HavingOrBuilder<HavingAndBuilder<T>>HavingAndBuilder. havingOr()Starts a having or builder which connects it's predicates with the OR operator.