Class FkDomainPathContinuation
java.lang.Object
org.hibernate.metamodel.mapping.internal.AbstractDomainPath
org.hibernate.metamodel.mapping.ordering.ast.DomainPathContinuation
org.hibernate.metamodel.mapping.ordering.ast.FkDomainPathContinuation
- All Implemented Interfaces:
DomainPath
,Node
,OrderingExpression
,SequencePart
-
Field Summary
Fields inherited from class org.hibernate.metamodel.mapping.ordering.ast.DomainPathContinuation
navigablePath, referencedModelPart
Fields inherited from class org.hibernate.metamodel.mapping.internal.AbstractDomainPath
ELEMENT_TOKEN
-
Constructor Summary
ConstructorsConstructorDescriptionFkDomainPathContinuation
(NavigablePath navigablePath, DomainPath lhs, ToOneAttributeMapping referencedModelPart) FkDomainPathContinuation
(NavigablePath navigablePath, DomainPath lhs, ModelPart referencedModelPart, Set<String> possiblePaths) -
Method Summary
Modifier and TypeMethodDescriptionresolvePathPart
(String name, String identifier, boolean isTerminal, TranslationContext translationContext) Methods inherited from class org.hibernate.metamodel.mapping.ordering.ast.DomainPathContinuation
getLhs, getNavigablePath, getReferenceModelPart
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
-
Constructor Details
-
Method Details
-
resolvePathPart
public SequencePart resolvePathPart(String name, String identifier, boolean isTerminal, TranslationContext translationContext) - Specified by:
resolvePathPart
in interfaceSequencePart
- Overrides:
resolvePathPart
in classDomainPathContinuation
-