All Implemented Interfaces:
Expression<X>, FetchParent<Z,X>, From<Z,X>, Path<X>, Selection<X>, TupleElement<X>, Serializable, Cloneable, InternalExpression, InternalSelection
Direct Known Subclasses:
JoinImpl, RootImpl

public class FromImpl<Z,X> extends PathImpl<X> implements From<Z,X>

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

Description: This class represents a from clause element which could be the root of the query of the end node of a join statement.

Since:
EclipseLink 1.2
See Also: