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 classAbstractDomainPath -
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 classCollectionPartPathRepresents a part of a `CollectionPart` (element or index descriptor) as a DomainPathclassDomainPathContinuationA path relative to either a CollectionPartPath (element/index DomainPath) or another DomainPathContinuationclassFkDomainPathContinuationclassPluralAttributePathRepresents the collection as a DomainPathMethods in org.hibernate.metamodel.mapping.ordering.ast that return DomainPath Modifier and Type Method Description DomainPathDomainPath. getLhs()DomainPathDomainPathContinuation. getLhs()DomainPathPluralAttributePath. getLhs()DomainPathPluralAttributePath. 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)
-