Z - The source typeC - The collection typeE - The element type of the collectionpublic class PluralJoinImpl<Z,C,E> extends JoinImpl<Z,E> implements javax.persistence.criteria.PluralJoin<Z,C,E>
fetchJoins, joins, typecb| Constructor and Description |
|---|
PluralJoinImpl(CriteriaBuilderImpl cb,
FromImpl parent,
PluralAttributeImpl<? super Z,Collection<E>,E> attr,
javax.persistence.criteria.JoinType joinType)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
javax.persistence.metamodel.PluralAttribute<? super Z,C,E> |
getModel() |
getAttribute, getJoinType, getOn, getParent, on, onfetch, 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, getParent, on, ongetCorrelationParent, 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 PluralJoinImpl(CriteriaBuilderImpl cb, FromImpl parent, PluralAttributeImpl<? super Z,Collection<E>,E> attr, javax.persistence.criteria.JoinType joinType)
cb - Criteria Builderparent - Parent componentattr - The attribute being joined tojoinType - Type of joinCopyright © 2015. All rights reserved.