T - The concrete builder typepublic interface HavingBuilder<T extends HavingBuilder<T>> extends BaseHavingBuilder<T>
| Modifier and Type | Method and Description |
|---|---|
HavingOrBuilder<T> |
havingOr()
Starts a
HavingOrBuilder which is a predicate consisting only of disjunctiv connected predicates. |
having, havingCase, havingExists, havingNotExists, havingSimpleCase, havingSubquery, havingSubqueryHavingOrBuilder<T> havingOr()
HavingOrBuilder which is a predicate consisting only of disjunctiv connected predicates.
When the builder finishes, the predicate is added to the parent predicate container represented by the type T.Copyright © 2015 Blazebit. All Rights Reserved.