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 DomainPathContinuation
navigablePath, referencedModelPartFields inherited from class org.hibernate.metamodel.mapping.internal.AbstractDomainPath
ELEMENT_TOKEN -
Constructor Summary
ConstructorsConstructorDescriptionFkDomainPathContinuation(NavigablePath navigablePath, DomainPath lhs, org.hibernate.metamodel.mapping.internal.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 DomainPathContinuation
getLhs, getNavigablePath, getReferenceModelPartMethods inherited from class org.hibernate.metamodel.mapping.internal.AbstractDomainPath
apply, resolve, resolveMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface DomainPath
getPluralAttribute, toDescriptiveTextMethods inherited from interface OrderingExpression
apply
-
Constructor Details
-
Method Details
-
resolvePathPart
public SequencePart resolvePathPart(String name, String identifier, boolean isTerminal, TranslationContext translationContext) - Specified by:
resolvePathPartin interfaceSequencePart- Overrides:
resolvePathPartin classDomainPathContinuation
-