Interface Root<X>
- All Superinterfaces:
Expression<X>
,Path<X>
,Selection<X>
,TupleElement<X>
- All Known Implementing Classes:
RootImpl
-
Method Summary
Modifier and TypeMethodDescriptiongetModel()
Return the metamodel entity corresponding to the root.Methods inherited from interface cz.cvut.kbss.jopa.model.query.criteria.Expression
in, in
Methods inherited from interface cz.cvut.kbss.jopa.model.query.criteria.Path
getAttr, getAttr, getParentPath
Methods inherited from interface cz.cvut.kbss.jopa.model.query.criteria.Selection
getCompoundedSelectionItems, isCompoundedSelection
Methods inherited from interface cz.cvut.kbss.jopa.model.query.TupleElement
getAlias, getJavaType
-
Method Details
-
getModel
EntityType<X> getModel()Return the metamodel entity corresponding to the root.- Returns:
- metamodel entity corresponding to the root
-