Class SqmMapJoin<L,K,V>

All Implemented Interfaces:
Expression<V>, Fetch<L,V>, FetchParent<L,V>, From<L,V>, Join<L,V>, MapJoin<L,K,V>, Path<V>, PluralJoin<L,Map<K,V>,V>, Selection<V>, TupleElement<V>, Serializable, JpaCriteriaNode, JpaExpression<V>, JpaFetch<L,V>, JpaFetchParent<L,V>, JpaFrom<L,V>, JpaJoin<L,V>, JpaMapJoin<L,K,V>, JpaPath<V>, JpaPluralJoin<L,Map<K,V>,V>, JpaSelection<V>, JpaTupleElement<V>, SemanticPathPart, SqmPath<V>, SqmExpression<V>, SqmAttributeJoin<L,V>, SqmFrom<L,V>, SqmJoin<L,V>, SqmSelectableNode<V>, SqmExpressibleAccessor<V>, SqmNode, SqmTypedNode<V>, SqmVisitableNode
Direct Known Subclasses:
SqmCorrelatedMapJoin, SqmTreatedMapJoin

public class SqmMapJoin<L,K,V> extends AbstractSqmPluralJoin<L,Map<K,V>,V> implements JpaMapJoin<L,K,V>
See Also: