public class MapJoinImpl<Z,K,V> extends JoinImpl<Z,V> implements javax.persistence.criteria.MapJoin<Z,K,V>
Purpose: Contains the implementation of the Join interface of the JPA criteria API.
Description: This class represents a join of an attribute from a "From"element.
MapJoin,
Serialized Form| Constructor and Description |
|---|
MapJoinImpl(javax.persistence.criteria.Path<Z> parentPath,
javax.persistence.metamodel.ManagedType managedType,
javax.persistence.metamodel.Metamodel metamodel,
java.lang.Class<V> javaClass,
Expression expressionNode,
javax.persistence.metamodel.Bindable<T> modelArtifact) |
MapJoinImpl(javax.persistence.criteria.Path<Z> parentPath,
javax.persistence.metamodel.ManagedType managedType,
javax.persistence.metamodel.Metamodel metamodel,
java.lang.Class<V> javaClass,
Expression expressionNode,
javax.persistence.metamodel.Bindable<T> modelArtifact,
javax.persistence.criteria.JoinType joinType) |
MapJoinImpl(javax.persistence.criteria.Path<Z> parentPath,
javax.persistence.metamodel.ManagedType managedType,
javax.persistence.metamodel.Metamodel metamodel,
java.lang.Class<V> javaClass,
Expression expressionNode,
javax.persistence.metamodel.Bindable<T> modelArtifact,
javax.persistence.criteria.JoinType joinType,
FromImpl correlatedParent) |
| Modifier and Type | Method and Description |
|---|---|
javax.persistence.criteria.Expression<java.util.Map.Entry<K,V>> |
entry() |
javax.persistence.metamodel.MapAttribute<? super Z,K,V> |
getModel()
Return the metamodel representation for the collection.
|
javax.persistence.criteria.Join<java.util.Map<K,V>,K> |
joinKey() |
javax.persistence.criteria.Join<java.util.Map<K,V>,K> |
joinKey(javax.persistence.criteria.JoinType jt) |
javax.persistence.criteria.Path<K> |
key() |
MapJoinImpl<Z,K,V> |
on(javax.persistence.criteria.Expression<java.lang.Boolean> restriction) |
MapJoinImpl<Z,K,V> |
on(javax.persistence.criteria.Predicate... restrictions) |
javax.persistence.criteria.Path<V> |
value() |
getAttribute, getJoinType, getOn, getParentfetch, fetch, fetch, fetch, fetch, fetch, findJoinFetches, findJoins, get, get, get, get, getCorrelationParent, getFetches, getJoins, isCorrelated, isFrom, join, join, join, join, join, join, join, join, join, join, join, join, joinCollection, joinCollection, joinList, joinList, joinMap, joinMap, joinSet, joinSet, typefindRootAndParameters, getParentPathas, in, in, in, in, isCompoundExpression, isExpression, isJunction, isLiteral, isNotNull, isNull, isParameter, isPredicate, isSubqueryalias, getAlias, getCompoundSelectionItems, getCurrentNode, getJavaType, isCompoundSelection, isConstructor, isRootequals, getClass, hashCode, notify, notifyAll, toString, 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 MapJoinImpl(javax.persistence.criteria.Path<Z> parentPath, javax.persistence.metamodel.ManagedType managedType, javax.persistence.metamodel.Metamodel metamodel, java.lang.Class<V> javaClass, Expression expressionNode, javax.persistence.metamodel.Bindable<T> modelArtifact)
public MapJoinImpl(javax.persistence.criteria.Path<Z> parentPath, javax.persistence.metamodel.ManagedType managedType, javax.persistence.metamodel.Metamodel metamodel, java.lang.Class<V> javaClass, Expression expressionNode, javax.persistence.metamodel.Bindable<T> modelArtifact, javax.persistence.criteria.JoinType joinType)
public MapJoinImpl(javax.persistence.criteria.Path<Z> parentPath, javax.persistence.metamodel.ManagedType managedType, javax.persistence.metamodel.Metamodel metamodel, java.lang.Class<V> javaClass, Expression expressionNode, javax.persistence.metamodel.Bindable<T> modelArtifact, javax.persistence.criteria.JoinType joinType, FromImpl correlatedParent)
public javax.persistence.metamodel.MapAttribute<? super Z,K,V> getModel()
getModel in interface javax.persistence.criteria.MapJoin<Z,K,V>getModel in interface javax.persistence.criteria.Path<V>getModel in interface javax.persistence.criteria.PluralJoin<Z,java.util.Map<K,V>,V>getModel in class PathImpl<V>public javax.persistence.criteria.Join<java.util.Map<K,V>,K> joinKey(javax.persistence.criteria.JoinType jt)
public javax.persistence.criteria.Path<K> key()
public javax.persistence.criteria.Path<V> value()
public MapJoinImpl<Z,K,V> on(javax.persistence.criteria.Expression<java.lang.Boolean> restriction)
EclipseLink 2.6.3, "build v20160428-59c81c5" API Reference