T - The builder type that is returned on terminal operationspublic interface JoinOnOrBuilder<T> extends BaseJoinOnBuilder<JoinOnOrBuilder<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. |
JoinOnAndBuilder<JoinOnOrBuilder<T>> |
onAnd()
Starts a on and builder which connects it's predicates with the AND operator.
|
onT endOr()
T.JoinOnAndBuilder<JoinOnOrBuilder<T>> onAnd()
Copyright © 2014–2018 Blazebit. All rights reserved.