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