Uses of Interface
com.blazebit.persistence.WhereOrBuilder
| Package | Description |
|---|---|
| com.blazebit.persistence |
Blaze-Persistence is a rich Criteria API for JPA.
|
-
Uses of WhereOrBuilder in com.blazebit.persistence
Methods in com.blazebit.persistence that return WhereOrBuilder Modifier and Type Method Description WhereOrBuilder<WhereAndBuilder<T>>WhereAndBuilder. whereOr()Starts a where or builder which connects it's predicates with the OR operator.WhereOrBuilder<T>WhereBuilder. whereOr()Starts aWhereOrBuilderwhich is a predicate consisting only of disjunctiv connected predicates.Methods in com.blazebit.persistence that return types with arguments of type WhereOrBuilder Modifier and Type Method Description WhereAndBuilder<WhereOrBuilder<T>>WhereOrBuilder. whereAnd()Starts a where and builder which connects it's predicates with the AND operator.