Z - type from which joiningX - type of the attribute being joinedpublic class JoinImpl<Z,X> extends FromImpl<Z,X> implements javax.persistence.criteria.Join<Z,X>
fetchJoins, joins, type| Constructor and Description |
|---|
JoinImpl(FromImpl<?,Z> parent,
PluralAttributeImpl<? super Z,Collection<X>,X> attr,
javax.persistence.criteria.JoinType joinType)
Constructor for a join to a collection (1-N, M-N relations).
|
JoinImpl(FromImpl<?,Z> parent,
SingularAttributeImpl<Z,X> attr,
javax.persistence.criteria.JoinType joinType)
Constructor for a join to an entity (1-1, N-1 relations).
|
| Modifier and Type | Method and Description |
|---|---|
javax.persistence.metamodel.Attribute<? super Z,?> |
getAttribute() |
javax.persistence.criteria.JoinType |
getJoinType() |
javax.persistence.criteria.From<?,Z> |
getParent() |
fetch, 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, getModel, getParentPath, getType, typealias, as, getAlias, getCompoundSelectionItems, getJavaType, in, in, in, in, isCompoundSelection, isNotNull, isNullclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetCorrelationParent, 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, getModel, getParentPath, typeas, in, in, in, in, isNotNull, isNullpublic JoinImpl(FromImpl<?,Z> parent, SingularAttributeImpl<Z,X> attr, javax.persistence.criteria.JoinType joinType)
parent - Parent objectattr - The type joining tojoinType - Type of join (Inner/LeftOuter/RightOuter)public JoinImpl(FromImpl<?,Z> parent, PluralAttributeImpl<? super Z,Collection<X>,X> attr, javax.persistence.criteria.JoinType joinType)
parent - Parent objectattr - The type joining tojoinType - Type of join (Inner/LeftOuter/RightOuter)public javax.persistence.metamodel.Attribute<? super Z,?> getAttribute()
public javax.persistence.criteria.JoinType getJoinType()
Copyright © 2012. All Rights Reserved.