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, inMethods inherited from interface cz.cvut.kbss.jopa.model.query.criteria.Path
getAttr, getAttr, getParentPathMethods inherited from interface cz.cvut.kbss.jopa.model.query.criteria.Selection
getCompoundedSelectionItems, isCompoundedSelectionMethods 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
-