Uses of Class
org.kiwiproject.spring.data.KiwiSort
-
Packages that use KiwiSort Package Description org.kiwiproject.spring.data -
-
Uses of KiwiSort in org.kiwiproject.spring.data
Methods in org.kiwiproject.spring.data that return KiwiSort Modifier and Type Method Description KiwiSortKiwiSort. ignoringCase()Specifies that the sort is not case sensitive, i.e.static KiwiSortKiwiSort. of(String property, KiwiSort.Direction direction)Create a new instance.Methods in org.kiwiproject.spring.data with parameters of type KiwiSort Modifier and Type Method Description KiwiPage<T>KiwiPage. addKiwiSort(KiwiSort sort)Adds the given sort, returning this instance for method chaining.
-