All Implemented Interfaces:
Expression<X>, Fetch<Z,X>, FetchParent<Z,X>, From<Z,X>, Join<Z,X>, Path<X>, Selection<X>, TupleElement<X>, Serializable, Cloneable, InternalExpression, InternalSelection
Direct Known Subclasses:
CollectionJoinImpl, ListJoinImpl, MapJoinImpl, SetJoinImpl

public class JoinImpl<Z,X> extends FromImpl<Z,X> implements Join<Z,X>, Fetch<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: