Z - 結合のソース型 E - ターゲットリストの要素型 public interface ListJoin<Z,E> extends PluralJoin<Z,ListSE<E>,E>
ListJoin インターフェースは、java.util.List として指定された関連付けまたは要素コレクションを介してコレクションに結合した結果の型です。| 修飾子と型 | メソッドと説明 |
|---|---|
ListAttribute<? super Z, E> | getModel()list 属性のメタモデル表現を返します。 |
Expression<IntegerSE> | index() 参照される関連付けまたは要素コレクション内のオブジェクトのインデックスに対応する式を作成します。 |
ListJoin<Z, E> | on(Expression<BooleanSE> restriction) 結合を変更して、指定された ON 条件に従って結果を制限し、結合オブジェクトを返します。 |
ListJoin<Z, E> | on(Predicate... restrictions) 結合を変更して、指定された ON 条件に従って結果を制限し、結合オブジェクトを返します。 |
getAttribute, getJoinType, getOn, getParentgetCorrelationParent, getJoins, isCorrelated, join, join, join, join, join, join, join, join, join, join, join, join, joinCollection, joinCollection, joinList, joinList, joinMap, joinMap, joinSet, joinSetalias, getCompoundSelectionItems, isCompoundSelectiongetAlias, getJavaTypefetch, fetch, fetch, fetch, fetch, fetch, getFetchesListJoin<Z,E> on(Expression<BooleanSE> restriction)
ListJoin<Z,E> on(Predicate... restrictions)
ListAttribute<? super Z,E> getModel()
Expression<IntegerSE> index()
Copyright © 2019 Eclipse Foundation.
Use is subject to license terms.