T - The builder type that is returned on terminal operationspublic interface HavingAndBuilder<T> extends BaseHavingBuilder<HavingAndBuilder<T>>
| Modifier and Type | Method and 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, havingNotExists, havingNotExists, havingSimpleCase, havingSubqueries, havingSubquery, havingSubquery, havingSubquery, havingSubqueryT endAnd()
T.HavingOrBuilder<HavingAndBuilder<T>> havingOr()
Copyright © 2014–2017 Blazebit. All rights reserved.