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