T - The builder type that is returned on terminal operationsBaseHavingBuilder<HavingAndBuilder<T>>public interface HavingAndBuilder<T> extends BaseHavingBuilder<HavingAndBuilder<T>>
| Modifier and Type | Method | Description |
|---|---|---|
T |
endAnd() |
Finishes the AND predicate and adds it to the parent predicate container represented by the type
T. |
HavingOrBuilder<HavingAndBuilder<T>> |
havingOr() |
Starts a having or builder which connects it's predicates with the OR operator.
|
having, havingCase, havingExists, havingExists, havingExpression, havingExpressionSubqueries, havingNotExists, havingNotExists, havingSimpleCase, havingSubqueries, havingSubquery, havingSubquery, havingSubquery, havingSubqueryT endAnd()
T.HavingOrBuilder<HavingAndBuilder<T>> havingOr()
Copyright © 2014–2020 Blazebit. All rights reserved.