Interface Root<X>
- Type Parameters:
X- the entity type referenced by the root
- All Superinterfaces:
Expression<X>, FetchParent<X,X>, From<X, X>, Path<X>, Selection<X>, TupleElement<X>
A root type in the from clause.
Query roots always reference entities.
- Since:
- 2.0
-
Method Summary
Modifier and TypeMethodDescriptiongetModel()Return the metamodel entity corresponding to the root.Methods inherited from interface Expression
as, cast, equalTo, equalTo, in, in, in, in, isNotNull, isNull, notEqualTo, notEqualToMethods inherited from interface FetchParent
fetch, fetch, fetch, fetch, fetch, fetch, getFetchesMethods inherited from interface From
getCorrelationParent, getJoins, isCorrelated, join, join, join, join, join, join, join, join, join, join, join, join, join, join, join, join, joinCollection, joinCollection, joinList, joinList, joinMap, joinMap, joinSet, joinSetMethods inherited from interface Selection
alias, getCompoundSelectionItems, isCompoundSelectionMethods inherited from interface TupleElement
getAlias, getJavaType
-
Method Details
-
getModel
EntityType<X> getModel()Return the metamodel entity corresponding to the root.
-