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