Uses of Interface
io.helidon.data.Sort
Packages that use Sort
-
Uses of Sort in io.helidon.data
Classes in io.helidon.data with type parameters of type SortModifier and TypeClassDescriptionstatic class
Sort.BuilderBase<BUILDER extends Sort.BuilderBase<BUILDER,
PROTOTYPE>, PROTOTYPE extends Sort> Fluent API builder base forSort
.Classes in io.helidon.data that implement SortModifier and TypeClassDescriptionprotected static class
Generated implementation of the prototype, can be extended by descendant prototype implementations.Methods in io.helidon.data that return SortModifier and TypeMethodDescriptionSort.Builder.build()
Sort.Builder.buildPrototype()
static Sort
Sort.create()
Create a new instance with default values.static Sort
Create new instance of query result ordering.static Sort
Create new instance of query result ordering.static Sort
Sort.unsorted()
Create new instance of query result ordering with no ordering set.Methods in io.helidon.data with parameters of type Sort