Uses of Interface
com.blazebit.persistence.HavingOrBuilder
Packages that use HavingOrBuilder
-
Uses of HavingOrBuilder in com.blazebit.persistence
Methods in com.blazebit.persistence that return HavingOrBuilderModifier and TypeMethodDescriptionHavingAndBuilder.havingOr()Starts a having or builder which connects it's predicates with the OR operator.HavingBuilder.havingOr()Starts aHavingOrBuilderwhich is a predicate consisting only of disjunctiv connected predicates.Methods in com.blazebit.persistence that return types with arguments of type HavingOrBuilderModifier and TypeMethodDescriptionHavingOrBuilder.havingAnd()Starts a having and builder which connects it's predicates with the AND operator.