Uses of Interface
io.helidon.data.codegen.query.Order
Packages that use Order
-
Uses of Order in io.helidon.data.codegen.query
Classes in io.helidon.data.codegen.query with type parameters of type OrderModifier and TypeClassDescriptionstatic class
Order.BuilderBase<BUILDER extends Order.BuilderBase<BUILDER,
PROTOTYPE>, PROTOTYPE extends Order> Fluent API builder base forOrder
.Classes in io.helidon.data.codegen.query that implement OrderModifier and TypeClassDescriptionprotected static class
Generated implementation of the prototype, can be extended by descendant prototype implementations.Methods in io.helidon.data.codegen.query that return OrderModifier and TypeMethodDescriptionOrder.Builder.build()
Order.Builder.buildPrototype()
static Order
Order.create()
Create a new instance with default values.Methods in io.helidon.data.codegen.query that return types with arguments of type OrderModifier and TypeMethodDescriptionDataQuery.BuilderBase.DataQueryImpl.order()
DataQuery.BuilderBase.order()
Data query ordering.DataQuery.order()
Data query ordering.Methods in io.helidon.data.codegen.query with parameters of type OrderModifier and TypeMethodDescriptionstatic Order.Builder
Create a new fluent API builder from an existing instance.Update this builder from an existing prototype instance.Data query ordering.