Class DomainPathContinuation
java.lang.Object
org.hibernate.metamodel.mapping.internal.AbstractDomainPath
org.hibernate.metamodel.mapping.ordering.ast.DomainPathContinuation
- All Implemented Interfaces:
DomainPath
,Node
,OrderingExpression
,SequencePart
- Direct Known Subclasses:
FkDomainPathContinuation
A path relative to either a CollectionPartPath (element/index DomainPath) or another DomainPathContinuation
-
Field Summary
FieldsFields inherited from class org.hibernate.metamodel.mapping.internal.AbstractDomainPath
ELEMENT_TOKEN
-
Constructor Summary
ConstructorsConstructorDescriptionDomainPathContinuation
(NavigablePath navigablePath, DomainPath lhs, ModelPart referencedModelPart) -
Method Summary
Modifier and TypeMethodDescriptiongetLhs()
resolvePathPart
(String name, String identifier, boolean isTerminal, TranslationContext translationContext) Methods inherited from class org.hibernate.metamodel.mapping.internal.AbstractDomainPath
apply, apply, resolve, resolve
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.hibernate.metamodel.mapping.ordering.ast.DomainPath
getPluralAttribute, toDescriptiveText
-
Field Details
-
referencedModelPart
-
Constructor Details
-
Method Details
-
getLhs
-
getReferenceModelPart
-
resolvePathPart
public SequencePart resolvePathPart(String name, String identifier, boolean isTerminal, TranslationContext translationContext)