Modifier and Type | Method and Description |
---|---|
RelationalTarget<T> |
add()
Add the join expression to the parent data target
|
Join.JoinBuilder<T> |
alias(String alias)
Set the alias name.
|
Join.JoinBuilder<T> |
on(QueryFilter filter)
Add a join restriction using given
filter . |
Join.JoinBuilder<T> alias(String alias)
alias
- The alias name to setJoin.JoinBuilder<T> on(QueryFilter filter)
filter
.filter
- Join restriction to add (not null)RelationalTarget<T> add()
RelationalTarget
with the given join. The join is added to the current target joins
list.Copyright © 2019 The Holon Platform. All rights reserved.