public interface DefaultJoinStep extends DefaultWhereStep, JoinStep
| Modifier and Type | Method and Description |
|---|---|
default JoinStep |
innerJoinON(Table<?> table,
Predicate predicate) |
default JoinStep |
leftJoinOn(Table<?> table,
Predicate predicate) |
wheregroupByorderBy, orderBylimitas, union, unionAllorderBydefault JoinStep innerJoinON(Table<?> table, Predicate predicate)
innerJoinON in interface JoinStepdefault JoinStep leftJoinOn(Table<?> table, Predicate predicate)
leftJoinOn in interface JoinStep