| Modifier and Type | Method and Description |
|---|---|
JoinType |
getJoinType()
Return the join type.
|
Predicate |
getOn()
Return the predicate that corresponds to the ON restriction(s) on the join, or null if no ON condition has been
specified.
|
Join |
on(Expression<Boolean> restriction)
Modify the join to restrict the result according to the specified ON condition and return the join object.
|
Join |
on(Predicate... restrictions)
Modify the join to restrict the result according to the specified ON condition and return the join object.
|
Join on(Expression<Boolean> restriction)
restriction - a simple or compound boolean expressionJoin on(Predicate... restrictions)
restrictions - zero or more restriction predicatesPredicate getOn()
JoinType getJoinType()
Copyright © 2084–2018 dukeware.com. All rights reserved.