Uses of Interface
com.blazebit.persistence.QuantifiableBinaryPredicateBuilder
Packages that use QuantifiableBinaryPredicateBuilder
-
Uses of QuantifiableBinaryPredicateBuilder in com.blazebit.persistence
Methods in com.blazebit.persistence that return QuantifiableBinaryPredicateBuilderModifier and TypeMethodDescriptionRestrictionBuilder.eq()Starts aQuantifiableBinaryPredicateBuilderfor the EQ predicate that can be used to apply quantors.RestrictionBuilder.ge()Starts aQuantifiableBinaryPredicateBuilderfor the GE predicate that can be used to apply quantors.RestrictionBuilder.gt()Starts aQuantifiableBinaryPredicateBuilderfor the GT predicate that can be used to apply quantors.RestrictionBuilder.le()Starts aQuantifiableBinaryPredicateBuilderfor the LE predicate that can be used to apply quantors.RestrictionBuilder.lt()Starts aQuantifiableBinaryPredicateBuilderfor the LT predicate that can be used to apply quantors.RestrictionBuilder.notEq()LikeRestrictionBuilder.eq()but the result is wrapped in a NOT predicate.