Uses of Class
org.kiwiproject.spring.data.KiwiSort
Packages that use KiwiSort
-
Uses of KiwiSort in org.kiwiproject.spring.data
Methods in org.kiwiproject.spring.data that return KiwiSortModifier and TypeMethodDescriptionKiwiPage.getSort()Describes any sort that is active for the pagination.KiwiSort.ignoringCase()Specifies that the sort is not case-sensitive, i.e. it ignores case.static KiwiSortCreate a new instance.static KiwiSortKiwiSort.of(String property, KiwiSort.Direction direction) Create a new instance.static KiwiSortKiwiSort.ofAscending(String property) Create a new instance with ascending sort direction.static KiwiSortKiwiSort.ofDescending(String property) Create a new instance with descending sort direction.Methods in org.kiwiproject.spring.data with parameters of type KiwiSort