public class RootImpl<X> extends FromImpl<X,X> implements javax.persistence.criteria.Root<X>
| Modifier and Type | Field and Description |
|---|---|
protected javax.persistence.metamodel.EntityType<X> |
entityType |
protected Class<X> |
javaType |
attributeName, parentPath, valueTypealias| Constructor and Description |
|---|
RootImpl(Class<X> javaType) |
RootImpl(Class<X> root,
javax.persistence.metamodel.EntityType<X> entityType) |
RootImpl(javax.persistence.metamodel.EntityType<X> entityType) |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
accept(ExpressionVisitor<T> visitor) |
<T> T |
accept(PathVisitor<T> visitor) |
boolean |
equals(Object obj) |
Class<? extends X> |
getJavaType() |
javax.persistence.metamodel.EntityType<X> |
getModel() |
javax.persistence.criteria.Path<?> |
getParentPath() |
String |
getReachingAttributeName()
The attribute name by with this instance of path was reached.
|
int |
hashCode() |
String |
toString() |
fetch, fetch, fetch, fetch, fetch, fetch, getCorrelationParent, getFetches, getJoins, isCorrelated, join, join, join, join, join, join, join, join, join, join, join, join, joinCollection, joinCollection, joinList, joinList, joinMap, joinMap, joinSet, joinSetas, get, get, get, get, typegetAlias, getCompoundSelectionItems, in, in, in, in, isCompoundSelection, isNotNull, isNullaliasclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetCorrelationParent, getJoins, isCorrelated, join, join, join, join, join, join, join, join, join, join, join, join, joinCollection, joinCollection, joinList, joinList, joinMap, joinMap, joinSet, joinSetas, in, in, in, in, isNotNull, isNullalias, getCompoundSelectionItems, isCompoundSelectionfetch, fetch, fetch, fetch, fetch, fetch, getFetchesasprotected javax.persistence.metamodel.EntityType<X> entityType
public RootImpl(javax.persistence.metamodel.EntityType<X> entityType)
public Class<? extends X> getJavaType()
getJavaType in interface javax.persistence.TupleElement<X>getJavaType in class ExpressionBase<X>public javax.persistence.metamodel.EntityType<X> getModel()
public javax.persistence.criteria.Path<?> getParentPath()
getParentPath in interface javax.persistence.criteria.Path<X>getParentPath in class PathImpl<X>public String getReachingAttributeName()
PathImplgetReachingAttributeName in interface VPath<X>getReachingAttributeName in class PathImpl<X>public <T> T accept(PathVisitor<T> visitor)
public <T> T accept(ExpressionVisitor<T> visitor)
Copyright © 2017. All rights reserved.