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<java.lang.Boolean> 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<java.lang.Boolean> restriction)
restriction
- 単純な、もしくは複合したブール式Join<Z,X> on(Predicate... restrictions)
restrictions
- 0個以上の制限述語Predicate getOn()
JoinType getJoinType()
Translated by @megascus.