T
- The builder type that is returned on terminal operationsBaseJoinOnBuilder<JoinOnOrBuilder<T>>
public interface JoinOnOrBuilder<T> extends BaseJoinOnBuilder<JoinOnOrBuilder<T>>
Modifier and Type | Method | 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.
|
on
T endOr()
T
.JoinOnAndBuilder<JoinOnOrBuilder<T>> onAnd()
Copyright © 2014–2018 Blazebit. All rights reserved.