Uses of Class
com.blazebit.persistence.parser.expression.OrderByItem
| Package | Description |
|---|---|
| com.blazebit.persistence.parser.expression | |
| com.blazebit.persistence.parser.expression.modifier |
-
Uses of OrderByItem in com.blazebit.persistence.parser.expression
Methods in com.blazebit.persistence.parser.expression that return OrderByItem Modifier and Type Method Description OrderByItemOrderByItem. copy(ExpressionCopyContext copyContext)Methods in com.blazebit.persistence.parser.expression that return types with arguments of type OrderByItem Modifier and Type Method Description List<OrderByItem>WindowDefinition. getOrderByExpressions() -
Uses of OrderByItem in com.blazebit.persistence.parser.expression.modifier
Fields in com.blazebit.persistence.parser.expression.modifier declared as OrderByItem Modifier and Type Field Description protected OrderByItemOrderByItemModifier. orderByItemConstructors in com.blazebit.persistence.parser.expression.modifier with parameters of type OrderByItem Constructor Description OrderByItemModifier(OrderByItem orderByItem)