Z
- 結合のソース型 X
- 結合のターゲット型 public interface Join<Z,X> extends From<Z,X>
修飾子と型 | メソッドと説明 |
---|---|
Attribute<? super Z,?> | getAttribute() 結合に対応するメタモデル属性を返します。 |
JoinType | getJoinType() 結合型を返します。 |
Predicate | getOn() 結合の ON 制限に対応する述語を返します。ON 条件が指定されていない場合は null を返します。 |
From<?,Z> | getParent() 結合の親を返します。 |
Join<Z, X> | on(Expression<BooleanSE> restriction) 結合を変更して、指定された ON 条件に従って結果を制限し、結合オブジェクトを返します。 |
Join<Z, X> | on(Predicate... restrictions) 結合を変更して、指定された ON 条件に従って結果を制限し、結合オブジェクトを返します。 |
getCorrelationParent, getJoins, isCorrelated, join, join, join, join, join, join, join, join, join, join, join, join, joinCollection, joinCollection, joinList, joinList, joinMap, joinMap, joinSet, joinSet
get, get, get, get, getModel, getParentPath, type
alias, getCompoundSelectionItems, isCompoundSelection
getAlias, getJavaType
fetch, fetch, fetch, fetch, fetch, fetch, getFetches
Join<Z,X> on(Expression<BooleanSE> restriction)
restriction
- 単純または複合ブール式 Join<Z,X> on(Predicate... restrictions)
restrictions
- 0 個以上の制限述語 Predicate getOn()
JoinType getJoinType()
Copyright © 2018,2020 Eclipse Foundation.
Use is subject to license terms.