Interface DomainPath
-
- All Superinterfaces:
Node
,OrderingExpression
,SequencePart
- All Known Implementing Classes:
AbstractDomainPath
,CollectionPartPath
,DomainPathContinuation
,FkDomainPathContinuation
,PluralAttributePath
public interface DomainPath extends OrderingExpression, SequencePart
Represents a domain-path (model part path) used in an order-by fragment
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description DomainPath
getLhs()
NavigablePath
getNavigablePath()
default PluralAttributeMapping
getPluralAttribute()
ModelPart
getReferenceModelPart()
default String
toDescriptiveText()
-
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 Detail
-
getNavigablePath
NavigablePath getNavigablePath()
-
getLhs
DomainPath getLhs()
-
getReferenceModelPart
ModelPart getReferenceModelPart()
-
getPluralAttribute
default PluralAttributeMapping getPluralAttribute()
-
toDescriptiveText
default String toDescriptiveText()
- Specified by:
toDescriptiveText
in interfaceOrderingExpression
-
-