Class BasicListJoinImpl<Z,E>

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

public class BasicListJoinImpl<Z,E> extends ListJoinImpl<Z,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: