All Implemented Interfaces:
Expression<V>, Fetch<Z,V>, FetchParent<Z,V>, From<Z,V>, Join<Z,V>, MapJoin<Z,K,V>, Path<V>, PluralJoin<Z,Map<K,V>,V>, Selection<V>, TupleElement<V>, Serializable, Cloneable, InternalExpression, InternalSelection
Direct Known Subclasses:
BasicMapJoinImpl

public class MapJoinImpl<Z,K,V> extends JoinImpl<Z,V> implements 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.

Since:
EclipseLink 1.2
See Also: