Uses of Interface
com.blazebit.persistence.WhereOrBuilder
Packages that use WhereOrBuilder
-
Uses of WhereOrBuilder in com.blazebit.persistence
Methods in com.blazebit.persistence that return WhereOrBuilderModifier and TypeMethodDescriptionWhereAndBuilder.whereOr()Starts a where or builder which connects it's predicates with the OR operator.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 WhereOrBuilderModifier and TypeMethodDescriptionWhereOrBuilder.whereAnd()Starts a where and builder which connects it's predicates with the AND operator.