Uses of Interface
org.hibernate.metamodel.mapping.ordering.ast.DomainPath
-
Packages that use DomainPath Package Description org.hibernate.metamodel.mapping.internal org.hibernate.metamodel.mapping.ordering.ast -
-
Uses of DomainPath in org.hibernate.metamodel.mapping.internal
Classes in org.hibernate.metamodel.mapping.internal that implement DomainPath Modifier and Type Class Description class
AbstractDomainPath
-
Uses of DomainPath in org.hibernate.metamodel.mapping.ordering.ast
Classes in org.hibernate.metamodel.mapping.ordering.ast that implement DomainPath Modifier and Type Class Description class
CollectionPartPath
Represents a part of a `CollectionPart` (element or index descriptor) as a DomainPathclass
DomainPathContinuation
A path relative to either a CollectionPartPath (element/index DomainPath) or another DomainPathContinuationclass
FkDomainPathContinuation
class
PluralAttributePath
Represents the collection as a DomainPathMethods in org.hibernate.metamodel.mapping.ordering.ast that return DomainPath Modifier and Type Method Description DomainPath
DomainPath. getLhs()
DomainPath
DomainPathContinuation. getLhs()
DomainPath
PluralAttributePath. getLhs()
DomainPath
PluralAttributePath. resolvePathPart(String name, String identifier, boolean isTerminal, TranslationContext translationContext)
Constructors in org.hibernate.metamodel.mapping.ordering.ast with parameters of type DomainPath Constructor Description DomainPathContinuation(NavigablePath navigablePath, DomainPath lhs, ModelPart referencedModelPart)
FkDomainPathContinuation(NavigablePath navigablePath, DomainPath lhs, ToOneAttributeMapping referencedModelPart)
FkDomainPathContinuation(NavigablePath navigablePath, DomainPath lhs, ModelPart referencedModelPart, Set<String> possiblePaths)
-