All Implemented Interfaces:
Expression<X>, FetchParent<X,X>, From<X,X>, Path<X>, Root<X>, Selection<X>, TupleElement<X>, Serializable, Cloneable, InternalExpression, InternalSelection

public class RootImpl<X> extends FromImpl<X,X> implements Root<X>

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

Description: This class represents root of a path. All paths are created from roots and they correspond to ExpressionBuilders.

Since:
EclipseLink 1.2
See Also: