public class RootImpl<X> extends FromImpl<X,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.
Path,
Serialized FormcorrelatedParent, fetches, isFetch, isJoin, joins, managedTypemodelArtifact, pathParentisLiteral, literal, metamodelalias, currentNode, javaType| Constructor and Description |
|---|
RootImpl(ManagedType managedType,
Metamodel metamodel,
java.lang.Class<X> javaClass,
org.eclipse.persistence.expressions.Expression expressionNode,
Bindable modelArtifact) |
RootImpl(ManagedType managedType,
Metamodel metamodel,
java.lang.Class<X> javaClass,
org.eclipse.persistence.expressions.Expression expressionNode,
Bindable modelArtifact,
FromImpl correlatedParent) |
| Modifier and Type | Method and Description |
|---|---|
void |
findRootAndParameters(CommonAbstractCriteriaImpl query) |
<any> |
getModel()
Return the metamodel entity corresponding to the root.
|
boolean |
isRoot() |
fetch, fetch, fetch, fetch, fetch, fetch, findJoinFetches, findJoins, get, get, get, get, getCorrelationParent, getFetches, getJoins, isCorrelated, isFrom, join, join, join, join, join, join, join, join, join, join, join, join, joinCollection, joinCollection, joinList, joinList, joinMap, joinMap, joinSet, joinSet, typeclone, getParentPathas, buildExpressionForAs, in, in, in, in, isCompoundExpression, isExpression, isJunction, isLiteral, isNotNull, isNull, isParameter, isPredicate, isSubqueryalias, getAlias, getCompoundSelectionItems, getCurrentNode, getJavaType, isCompoundSelection, isConstructorpublic RootImpl(ManagedType managedType,
Metamodel metamodel,
java.lang.Class<X> javaClass,
org.eclipse.persistence.expressions.Expression expressionNode,
Bindable modelArtifact)
public <any> getModel()
public void findRootAndParameters(CommonAbstractCriteriaImpl query)
findRootAndParameters in interface InternalSelectionfindRootAndParameters in class PathImpl<X>public boolean isRoot()
isRoot in interface InternalSelectionisRoot in class SelectionImpl<X>