T - The result typepublic interface JoinOnBuilder<T> extends BaseJoinOnBuilder<JoinOnBuilder<T>>
| Modifier and Type | Method and Description |
|---|---|
T |
end()
Finishes the ON clause and adds it to the parent predicate container represented by the type
T. |
JoinOnOrBuilder<JoinOnBuilder<T>> |
onOr()
Starts a
JoinOnOrBuilder which is a predicate consisting only of disjunctiv connected predicates. |
onJoinOnOrBuilder<JoinOnBuilder<T>> onOr()
JoinOnOrBuilder 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.T end()
T.Copyright © 2016 Blazebit. All Rights Reserved.