Class BasicMapJoinImpl<Z,K,E>

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

public class BasicMapJoinImpl<Z,K,E> extends MapJoinImpl<Z,K,E>

Purpose: Represents a Join to a ElementCollection of basics.

Description: Represents a Join to a ElementCollection of basics. Special type of Join that does not allow further joins.

Since:
EclipseLink 1.2
See Also: