Uses of Interface
com.blazebit.persistence.QuantifiableBinaryPredicateBuilder
-
Packages that use QuantifiableBinaryPredicateBuilder Package Description com.blazebit.persistence Blaze-Persistence is a rich Criteria API for JPA. -
-
Uses of QuantifiableBinaryPredicateBuilder in com.blazebit.persistence
Methods in com.blazebit.persistence that return QuantifiableBinaryPredicateBuilder Modifier and Type Method Description QuantifiableBinaryPredicateBuilder<T>RestrictionBuilder. eq()Starts aQuantifiableBinaryPredicateBuilderfor the EQ predicate that can be used to apply quantors.QuantifiableBinaryPredicateBuilder<T>RestrictionBuilder. ge()Starts aQuantifiableBinaryPredicateBuilderfor the GE predicate that can be used to apply quantors.QuantifiableBinaryPredicateBuilder<T>RestrictionBuilder. gt()Starts aQuantifiableBinaryPredicateBuilderfor the GT predicate that can be used to apply quantors.QuantifiableBinaryPredicateBuilder<T>RestrictionBuilder. le()Starts aQuantifiableBinaryPredicateBuilderfor the LE predicate that can be used to apply quantors.QuantifiableBinaryPredicateBuilder<T>RestrictionBuilder. lt()Starts aQuantifiableBinaryPredicateBuilderfor the LT predicate that can be used to apply quantors.QuantifiableBinaryPredicateBuilder<T>RestrictionBuilder. notEq()LikeRestrictionBuilder.eq()but the result is wrapped in a NOT predicate.
-