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