Uses of Interface
org.hibernate.metamodel.mapping.ordering.ast.OrderingExpression
-
Packages that use OrderingExpression Package Description org.hibernate.metamodel.mapping.internal org.hibernate.metamodel.mapping.ordering.ast -
-
Uses of OrderingExpression 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 OrderingExpression Modifier and Type Class Description classorg.hibernate.metamodel.mapping.internal.AbstractDomainPath -
Uses of OrderingExpression in org.hibernate.metamodel.mapping.ordering.ast
Subinterfaces of OrderingExpression in org.hibernate.metamodel.mapping.ordering.ast Modifier and Type Interface Description interfaceDomainPathRepresents a domain-path (model part path) used in an order-by fragmentClasses in org.hibernate.metamodel.mapping.ordering.ast that implement OrderingExpression 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 fragmentclassPluralAttributePathRepresents the collection as a DomainPathclassSelfRenderingOrderingExpressionRepresents a self rendering expression i.e.Methods in org.hibernate.metamodel.mapping.ordering.ast that return OrderingExpression Modifier and Type Method Description OrderingExpressionOrderingSpecification. getExpression()OrderingExpressionParseTreeVisitor. visitDotIdentifier(OrderingParser.DotIdentifierContext ctx)OrderingExpressionParseTreeVisitor. visitDotIdentifierExpression(OrderingParser.DotIdentifierExpressionContext ctx)OrderingExpressionParseTreeVisitor. visitFunctionArgument(OrderingParser.FunctionArgumentContext ctx)OrderingExpressionParseTreeVisitor. visitFunctionExpression(OrderingParser.FunctionExpressionContext ctx)OrderingExpressionParseTreeVisitor. visitIdentifier(OrderingParser.IdentifierContext ctx)OrderingExpressionParseTreeVisitor. visitIdentifierExpression(OrderingParser.IdentifierExpressionContext ctx)OrderingExpressionParseTreeVisitor. visitLiteral(OrderingParser.LiteralContext ctx)Methods in org.hibernate.metamodel.mapping.ordering.ast that return types with arguments of type OrderingExpression Modifier and Type Method Description List<OrderingExpression>FunctionExpression. getArguments()Methods in org.hibernate.metamodel.mapping.ordering.ast with parameters of type OrderingExpression Modifier and Type Method Description voidFunctionExpression. addArgument(OrderingExpression argument)Constructors in org.hibernate.metamodel.mapping.ordering.ast with parameters of type OrderingExpression Constructor Description OrderingSpecification(OrderingExpression orderingExpression, String orderByValue)
-