Uses of Interface
org.hibernate.metamodel.mapping.ordering.ast.Node
-
Packages that use Node Package Description org.hibernate.metamodel.mapping.internal org.hibernate.metamodel.mapping.ordering.ast -
-
Uses of Node in org.hibernate.metamodel.mapping.internal
Classes in org.hibernate.metamodel.mapping.internal that implement Node Modifier and Type Class Description classAbstractDomainPath -
Uses of Node in org.hibernate.metamodel.mapping.ordering.ast
Subinterfaces of Node in org.hibernate.metamodel.mapping.ordering.ast Modifier and Type Interface Description interfaceDomainPathRepresents a domain-path (model part path) used in an order-by fragmentinterfaceOrderingExpressionContract for anything that can be a sort expressionClasses in org.hibernate.metamodel.mapping.ordering.ast that implement Node Modifier and Type Class Description classCollectionPartPathRepresents a part of a `CollectionPart` (element or index descriptor) as a DomainPathclassColumnReferenceRepresents a column-reference used in an order-by fragmentclassDomainPathContinuationA path relative to either a CollectionPartPath (element/index DomainPath) or another DomainPathContinuationclassFkDomainPathContinuationclassFunctionExpressionRepresents a function used in an order-by fragmentclassOrderingSpecificationAn individual sort specification in an order-by fragmentclassPluralAttributePathRepresents the collection as a DomainPathclassSelfRenderingOrderingExpressionRepresents a self rendering expression i.e.
-