Class CollectionJoinImpl<Z,X>

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

public class CollectionJoinImpl<Z,X> extends JoinImpl<Z,X> implements CollectionJoin<Z,X>

Purpose: Contains the implementation of the CollectionJoin interface of the JPA criteria API.

Description: This class represents a join of an attribute through a collection .

Since:
EclipseLink 1.2
See Also: