Z - The source type of the joinE - The element type of the target Listpublic class ListJoinImpl<Z,E> extends PluralJoinImpl<Z,List<E>,E> implements javax.persistence.criteria.ListJoin<Z,E>
fetchJoins, joins, typecb| Constructor and Description |
|---|
ListJoinImpl(CriteriaBuilderImpl cb,
FromImpl<?,Z> parent,
ListAttributeImpl attr,
javax.persistence.criteria.JoinType joinType)
Constructor for a list join.
|
| Modifier and Type | Method and Description |
|---|---|
javax.persistence.metamodel.ListAttribute<? super Z,E> |
getModel() |
javax.persistence.criteria.Expression<Integer> |
index() |
javax.persistence.criteria.ListJoin<Z,E> |
on(javax.persistence.criteria.Expression<Boolean> restriction) |
javax.persistence.criteria.ListJoin<Z,E> |
on(javax.persistence.criteria.Predicate... restrictions) |
getAttribute, getJoinType, getOn, getParentfetch, fetch, fetch, fetch, fetch, fetch, getAttributeForAttributeName, getAttributeType, getCorrelationParent, getFetches, getJoins, getQueryExpression, getQueryExpression, isCorrelated, join, join, join, join, join, join, join, join, join, join, join, join, joinCollection, joinCollection, joinList, joinList, joinMap, joinMap, joinSet, joinSet, toString, toStringget, get, get, get, getParentPath, getType, typealias, as, getAlias, getCompoundSelectionItems, getJavaType, in, in, in, in, isCompoundSelection, isNotNull, isNullclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetAttribute, getJoinType, getOn, getParentgetCorrelationParent, getJoins, isCorrelated, join, join, join, join, join, join, join, join, join, join, join, join, joinCollection, joinCollection, joinList, joinList, joinMap, joinMap, joinSet, joinSetget, get, get, get, getParentPath, typeas, in, in, in, in, isNotNull, isNullpublic ListJoinImpl(CriteriaBuilderImpl cb, FromImpl<?,Z> parent, ListAttributeImpl attr, javax.persistence.criteria.JoinType joinType)
cb - Criteria Builderparent - The parentattr - The attribute being joinedjoinType - Type of joinCopyright © 2015. All rights reserved.