Class CollectionPartPath
- java.lang.Object
-
- org.hibernate.metamodel.mapping.internal.AbstractDomainPath
-
- org.hibernate.metamodel.mapping.ordering.ast.CollectionPartPath
-
- All Implemented Interfaces:
DomainPath
,Node
,OrderingExpression
,SequencePart
public class CollectionPartPath extends AbstractDomainPath
Represents a part of a `CollectionPart` (element or index descriptor) as a DomainPath
-
-
Field Summary
-
Fields inherited from class org.hibernate.metamodel.mapping.internal.AbstractDomainPath
ELEMENT_TOKEN
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PluralAttributePath
getLhs()
NavigablePath
getNavigablePath()
PluralAttributeMapping
getPluralAttribute()
CollectionPart
getReferenceModelPart()
SequencePart
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
toDescriptiveText
-
-
-
-
Method Detail
-
getPluralAttribute
public PluralAttributeMapping getPluralAttribute()
-
getNavigablePath
public NavigablePath getNavigablePath()
-
getLhs
public PluralAttributePath getLhs()
-
getReferenceModelPart
public CollectionPart getReferenceModelPart()
-
resolvePathPart
public SequencePart resolvePathPart(String name, String identifier, boolean isTerminal, TranslationContext translationContext)
-
-