Uses of Interface
com.blazebit.persistence.HavingAndBuilder
Packages that use HavingAndBuilder
-
Uses of HavingAndBuilder in com.blazebit.persistence
Methods in com.blazebit.persistence that return HavingAndBuilderModifier and TypeMethodDescriptionHavingOrBuilder.havingAnd()Starts a having and builder which connects it's predicates with the AND operator.Methods in com.blazebit.persistence that return types with arguments of type HavingAndBuilderModifier and TypeMethodDescriptionHavingAndBuilder.havingOr()Starts a having or builder which connects it's predicates with the OR operator.