Uses of Interface
io.helidon.data.Order
Packages that use Order
-
Uses of Order in io.helidon.data
Classes in io.helidon.data 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 that implement OrderModifier and TypeClassDescriptionprotected static class
Generated implementation of the prototype, can be extended by descendant prototype implementations.Fields in io.helidon.data declared as OrderModifier and TypeFieldDescriptionstatic final Order[]
OrderBlueprint.UNSORTED
Query result ordering with no rules set (unsorted).static final Order[]
OrderBlueprint.UNSORTED
Query result ordering with no rules set (unsorted).Methods in io.helidon.data that return OrderModifier and TypeMethodDescriptionOrder.Builder.build()
Order.Builder.buildPrototype()
static Order
Order.create()
Create a new instance with default values.static Order
Create new instance of order definition with default direction and case-sensitivity.static Order
Order.create
(String property, OrderDirection direction) Create new instance of order definition with default case-sensitivity.static Order
Order.create
(String property, OrderDirection direction, boolean caseSensitive) Create new instance of order definition.Methods in io.helidon.data that return types with arguments of type OrderModifier and TypeMethodDescriptionSort.BuilderBase.orderBy()
List
of query ordering rules.Sort.BuilderBase.SortImpl.orderBy()
Sort.orderBy()
List
of query ordering rules.Methods in io.helidon.data with parameters of type OrderModifier and TypeMethodDescriptionSort.BuilderBase.addOrderBy
(Order orderBy) List
of query ordering rules.static Order.Builder
Create a new fluent API builder from an existing instance.static Sort
Create new instance of query result ordering.Update this builder from an existing prototype instance.Method parameters in io.helidon.data with type arguments of type Order