All Implemented Interfaces:
Expression<X>, Fetch<Z,X>, FetchParent<Z,X>, From<Z,X>, Join<Z,X>, ListJoin<Z,X>, Path<X>, PluralJoin<Z,List<X>,X>, Selection<X>, TupleElement<X>, Serializable, Cloneable, InternalExpression, InternalSelection
Direct Known Subclasses:
BasicListJoinImpl

public class ListJoinImpl<Z,X> extends JoinImpl<Z,X> implements ListJoin<Z,X>

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: