Uses of Enum Class
io.helidon.data.codegen.query.OrderOperator
Packages that use OrderOperator
-
Uses of OrderOperator in io.helidon.data.codegen.query
Methods in io.helidon.data.codegen.query that return OrderOperatorModifier and TypeMethodDescriptionOrderExpression.BuilderBase.operator()
Ordering operator.OrderExpression.BuilderBase.OrderExpressionImpl.operator()
OrderExpression.operator()
Ordering operator.static OrderOperator
Returns the enum constant of this class with the specified name.static OrderOperator[]
OrderOperator.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in io.helidon.data.codegen.query with parameters of type OrderOperatorModifier and TypeMethodDescriptionOrderExpression.BuilderBase.operator
(OrderOperator operator) Ordering operator.