Interface DomainPath
- All Superinterfaces:
Node
,OrderingExpression
,SequencePart
- All Known Implementing Classes:
AbstractDomainPath
,CollectionPartPath
,DomainPathContinuation
,FkDomainPathContinuation
,PluralAttributePath
Represents a domain-path (model part path) used in an order-by fragment
-
Method Summary
Methods inherited from interface org.hibernate.metamodel.mapping.ordering.ast.OrderingExpression
apply, resolve
Methods inherited from interface org.hibernate.metamodel.mapping.ordering.ast.SequencePart
resolvePathPart
-
Method Details
-
getLhs
DomainPath getLhs() -
getReferenceModelPart
ModelPart getReferenceModelPart() -
getPluralAttribute
-
toDescriptiveText
- Specified by:
toDescriptiveText
in interfaceOrderingExpression