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