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, referencedModelPartFields 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, getReferenceModelPartMethods inherited from class org.hibernate.metamodel.mapping.internal.AbstractDomainPath
apply, resolve, resolveMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.hibernate.metamodel.mapping.ordering.ast.DomainPath
getPluralAttribute, toDescriptiveTextMethods inherited from interface org.hibernate.metamodel.mapping.ordering.ast.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
-