Uses of Interface
com.blazebit.persistence.PredicateBuilder
Packages that use PredicateBuilder
-
Uses of PredicateBuilder in com.blazebit.persistence
Methods in com.blazebit.persistence that return PredicateBuilderModifier and TypeMethodDescriptionHavingBuilder.having()Starts aPredicateBuilderfor the having clause.PredicateBuilder.setExpression(String expression) Sets the given expression as expression for the where clause.WhereBuilder.where()Starts aPredicateBuilderfor the where clause.Methods in com.blazebit.persistence that return types with arguments of type PredicateBuilderModifier and TypeMethodDescriptionPredicateBuilder.or()Starts aPredicateOrBuilderwhich is a predicate consisting only of disjunctiv connected predicates.PredicateBuilder.setExpressionSubqueries(String expression) Starts aMultipleSubqueryInitiatorfor expression of the where clause.