I'd expect @SortNatural to work on lists to support sorting before lazy fetching entities. This is otherwise complicated to achieve.
Also, I'm not sure how @SortNatural is designed to work (and what "natural" means by that way), as I couldn't find any documentation yet. But I'd guess natural means the list would get sorted by using the implemented Comparable<T> interface of its entities.
|