Class SqmCorrelatedMapJoin<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, SqmCorrelatedJoin<L,V>, SqmCorrelation<L,V>, SqmPath<V>, SqmPathWrapper<V,V>, SqmExpression<V>, SqmAttributeJoin<L,V>, SqmFrom<L,V>, SqmJoin<L,V>, SqmSelectableNode<V>, SqmExpressibleAccessor<V>, SqmNode, SqmTypedNode<V>, SqmVisitableNode

public class SqmCorrelatedMapJoin<L,K,V> extends SqmMapJoin<L,K,V> implements SqmCorrelatedJoin<L,V>
See Also: