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
public class FkDomainPathContinuation extends DomainPathContinuation
-
-
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
Constructors Constructor Description FkDomainPathContinuation(NavigablePath navigablePath, DomainPath lhs, ToOneAttributeMapping referencedModelPart)
FkDomainPathContinuation(NavigablePath navigablePath, DomainPath lhs, ModelPart referencedModelPart, Set<String> possiblePaths)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SequencePart
resolvePathPart(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
-
-
-
-
Constructor Detail
-
FkDomainPathContinuation
public FkDomainPathContinuation(NavigablePath navigablePath, DomainPath lhs, ToOneAttributeMapping referencedModelPart)
-
FkDomainPathContinuation
public FkDomainPathContinuation(NavigablePath navigablePath, DomainPath lhs, ModelPart referencedModelPart, Set<String> possiblePaths)
-
-
Method Detail
-
resolvePathPart
public SequencePart resolvePathPart(String name, String identifier, boolean isTerminal, TranslationContext translationContext)
- Specified by:
resolvePathPart
in interfaceSequencePart
- Overrides:
resolvePathPart
in classDomainPathContinuation
-
-