T - The concrete builder typepublic interface WhereBuilder<T extends WhereBuilder<T>> extends BaseWhereBuilder<T>
| Modifier and Type | Method and Description |
|---|---|
WhereOrBuilder<T> |
whereOr()
Starts a
WhereOrBuilder which is a predicate consisting only of
disjunctiv connected predicates. |
where, whereCase, whereExists, whereNotExists, whereSimpleCase, whereSubquery, whereSubqueryWhereOrBuilder<T> whereOr()
WhereOrBuilder 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 © 2016 Blazebit. All Rights Reserved.