T - The builder type that is returned on terminal operationspublic interface HavingOrBuilder<T> extends BaseHavingBuilder<HavingOrBuilder<T>>
| Modifier and Type | Method and Description |
|---|---|
T |
endOr()
Finishes the OR predicate and adds it to the parent predicate container represented by the type
T. |
HavingAndBuilder<HavingOrBuilder<T>> |
havingAnd()
Starts a having and builder which connects it's predicates with the AND operator.
|
having, havingCase, havingExists, havingNotExists, havingSimpleCase, havingSubqueries, havingSubquery, havingSubqueryT endOr()
T.HavingAndBuilder<HavingOrBuilder<T>> havingAnd()
Copyright © 2016 Blazebit. All Rights Reserved.