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