Uses of Class
org.hibernate.metamodel.mapping.internal.AbstractDomainPath
-
Packages that use AbstractDomainPath Package Description org.hibernate.metamodel.mapping.ordering.ast -
-
Uses of AbstractDomainPath in org.hibernate.metamodel.mapping.ordering.ast
Subclasses of AbstractDomainPath in org.hibernate.metamodel.mapping.ordering.ast 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 DomainPath
-