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.
|
on
T endAnd()
T
.JoinOnOrBuilder<JoinOnAndBuilder<T>> onOr()
Copyright © 2015 Blazebit. All Rights Reserved.