Uses of Class
overit.geocall.model.sorting.Order.Builder
Packages that use Order.Builder
-
Uses of Order.Builder in overit.geocall.model.sorting
Methods in overit.geocall.model.sorting that return Order.BuilderModifier and TypeMethodDescriptionOrder.Builder.addMapping(@NotNull String originalField, @NotNull String targetField) Sets an additional mapping rule that will take precedence over any mapping with theDynOpassed to the object.Order.Builder.ignoreField(@NotNull String field) Sets a removing mapping rule to avoid the execution of the ORDER BY clause that contains a specific DB field into the db.Set the builder with the raw string containing the sorting fields represented as fields of the dto.
All the fields must be separated by a comma and present a '+' or '-' as first character to define an 'ASC' or 'DESC' order mode for the field