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