All Implemented Interfaces:
Expression<X>, Path<X>, Selection<X>, TupleElement<X>, Serializable, Cloneable, InternalExpression, InternalSelection
Direct Known Subclasses:
FromImpl

public class PathImpl<X> extends ExpressionImpl<X> implements Path<X>, Cloneable

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

Description: This class represents an abstract path which is a model of the expression through joins.

Since:
EclipseLink 1.2
See Also: