Uses of Enum Class
io.fluxzero.sdk.persisting.search.Search.NullOrder
Packages that use Search.NullOrder
-
Uses of Search.NullOrder in io.fluxzero.sdk.persisting.search
Subclasses with type arguments of type Search.NullOrder in io.fluxzero.sdk.persisting.searchMethods in io.fluxzero.sdk.persisting.search that return Search.NullOrderModifier and TypeMethodDescriptionstatic Search.NullOrderReturns the enum constant of this class with the specified name.static Search.NullOrder[]Search.NullOrder.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in io.fluxzero.sdk.persisting.search with parameters of type Search.NullOrderModifier and TypeMethodDescriptiondefault SearchSearch.sortBy(String path, boolean descending, Search.NullOrder nullOrder) Sorts results by a field, with control over both sort direction and null ordering.default SearchSearch.sortBy(String path, Search.NullOrder nullOrder) Sorts results by a specific document field, with explicit null ordering.default SearchSearch.sortByTimestamp(boolean descending, Search.NullOrder nullOrder) Sorts results by timestamp, with explicit null ordering.