You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Out of spring-projects/spring-data-jpa#2885 we found it would be neat to have a Sort.inverse() or Sort.reverse() method that flips sort order and returns the reversed Sort object.
Given our variants Sort, QSort and store-specific sorts, this method would allow preserving the concrete sort type instead of reconstructing a plain Sort object.
The text was updated successfully, but these errors were encountered:
Out of spring-projects/spring-data-jpa#2885 we found it would be neat to have a
Sort.inverse()
orSort.reverse()
method that flips sort order and returns the reversedSort
object.Given our variants
Sort
,QSort
and store-specific sorts, this method would allow preserving the concrete sort type instead of reconstructing a plainSort
object.The text was updated successfully, but these errors were encountered: