Z - The source type of the joinK - The type of the target Map keyV - The type of the target Map valuepublic class MapJoinImpl<Z,K,V> extends PluralJoinImpl<Z,Map<K,V>,V> implements javax.persistence.criteria.MapJoin<Z,K,V>
fetchJoins, joins, type| Constructor and Description |
|---|
MapJoinImpl(FromImpl parent,
PluralAttributeImpl attr,
javax.persistence.criteria.JoinType joinType) |
| Modifier and Type | Method and Description |
|---|---|
javax.persistence.criteria.Expression<Map.Entry<K,V>> |
entry() |
javax.persistence.metamodel.MapAttribute<? super Z,K,V> |
getModel() |
javax.persistence.criteria.Join<Map<K,V>,K> |
joinKey() |
javax.persistence.criteria.Join<Map<K,V>,K> |
joinKey(javax.persistence.criteria.JoinType arg0) |
javax.persistence.criteria.Path<K> |
key() |
javax.persistence.criteria.Path<V> |
value() |
getAttribute, getJoinType, 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, 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 MapJoinImpl(FromImpl parent, PluralAttributeImpl attr, javax.persistence.criteria.JoinType joinType)
parent - attr - joinType - public javax.persistence.criteria.Join<Map<K,V>,K> joinKey(javax.persistence.criteria.JoinType arg0)
public javax.persistence.criteria.Path<K> key()
Copyright © 2012. All Rights Reserved.