Package org.hibernate.metamodel.mapping.ordering.ast
-
Interface Summary Interface Description DomainPath Represents a domain-path (model part path) used in an order-by fragmentNode Common contract for all nodes in the order-by fragment ASTOrderingExpression Contract for anything that can be a sort expressionSequencePart Represents an individual identifier in a dot-identifier sequence -
Class Summary Class Description CollectionPartPath Represents a part of a `CollectionPart` (element or index descriptor) as a DomainPathColumnReference Represents a column-reference used in an order-by fragmentDomainPathContinuation A path relative to either a CollectionPartPath (element/index DomainPath) or another DomainPathContinuationFkDomainPathContinuation FunctionExpression Represents a function used in an order-by fragmentOrderingSpecification An individual sort specification in an order-by fragmentParseTreeVisitor PathConsumer Represents the translation of an individual part of a path in `@OrderBy` translation Similar in purpose toDotIdentifierConsumer
, but for `@OrderBy` translationPluralAttributePath Represents the collection as a DomainPathRootSequencePart SequencePart implementation used to translate the root of a pathSelfRenderingOrderingExpression Represents a self rendering expression i.e. -
Exception Summary Exception Description OrderByComplianceViolation PathResolutionException Indicates a problem resolving a domain-path occurring in an order-by fragment