Class BasicCollectionJoinImpl<Z,E>

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

public class BasicCollectionJoinImpl<Z,E> extends CollectionJoinImpl<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: