Class PluralAttributePath
- java.lang.Object
-
- org.hibernate.metamodel.mapping.internal.AbstractDomainPath
-
- org.hibernate.metamodel.mapping.ordering.ast.PluralAttributePath
-
- All Implemented Interfaces:
DomainPath
,Node
,OrderingExpression
,SequencePart
public class PluralAttributePath extends AbstractDomainPath
Represents the collection as a DomainPath- See Also:
RootSequencePart
-
-
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 DomainPath
getLhs()
NavigablePath
getNavigablePath()
PluralAttributeMapping
getReferenceModelPart()
DomainPath
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
getPluralAttribute, toDescriptiveText
-
-
-
-
Method Detail
-
getNavigablePath
public NavigablePath getNavigablePath()
-
getLhs
public DomainPath getLhs()
-
getReferenceModelPart
public PluralAttributeMapping getReferenceModelPart()
-
resolvePathPart
public DomainPath resolvePathPart(String name, String identifier, boolean isTerminal, TranslationContext translationContext)
-
-