Uses of Interface
com.blazebit.persistence.BasePredicateBuilder
Packages that use BasePredicateBuilder
-
Uses of BasePredicateBuilder in com.blazebit.persistence
Classes in com.blazebit.persistence with type parameters of type BasePredicateBuilderModifier and TypeInterfaceDescriptioninterfaceBasePredicateBuilder<T extends BasePredicateBuilder<T>>A base interface for builders that support filtering.Subinterfaces of BasePredicateBuilder in com.blazebit.persistenceModifier and TypeInterfaceDescriptioninterfaceThe builder interface for a where predicate container that connects predicates with the AND operator.interfaceAn interface for builders that support filtering.interfaceThe builder interface for a where predicate container that connects predicates with the OR operator.