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 with annotations of type with type parameters of type that implement declared as with annotations of type with type parameters of type with annotations of type with annotations of type with type parameters of type that return that return types with arguments of type with parameters of type with type arguments of type that throw with annotations of type with annotations of type with parameters of type with type arguments of type that throw DomainPath Modifier and Type Class Description classorg.hibernate.metamodel.mapping.internal.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 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, org.hibernate.metamodel.mapping.internal.ToOneAttributeMapping referencedModelPart)FkDomainPathContinuation(NavigablePath navigablePath, DomainPath lhs, ModelPart referencedModelPart, Set<String> possiblePaths)
-