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 classOrder.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 classGenerated implementation of the prototype, can be extended by descendant prototype implementations.Fields in io.helidon.data declared as OrderModifier and TypeFieldDescriptionstatic final Order[]OrderBlueprint.UNSORTEDQuery result ordering with no rules set (unsorted).static final Order[]OrderBlueprint.UNSORTEDQuery result ordering with no rules set (unsorted).Methods in io.helidon.data that return OrderModifier and TypeMethodDescriptionOrder.Builder.build()Order.Builder.buildPrototype()static OrderOrder.create()Create a new instance with default values.static OrderCreate new instance of order definition with default direction and case-sensitivity.static OrderOrder.create(String property, OrderDirection direction) Create new instance of order definition with default case-sensitivity.static OrderOrder.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()Listof query ordering rules.Sort.BuilderBase.SortImpl.orderBy()Sort.orderBy()Listof query ordering rules.Methods in io.helidon.data with parameters of type OrderModifier and TypeMethodDescriptionSort.BuilderBase.addOrderBy(Order orderBy) Listof query ordering rules.static Order.BuilderCreate a new fluent API builder from an existing instance.static SortCreate 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