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

public class SetJoinImpl<Z,X> extends JoinImpl<Z,X> implements SetJoin<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: