@Target(value={METHOD,FIELD}) @Retention(value=RUNTIME) public @interface SortNatural
OrderBy
) which is applied during the SQL SELECT.
For sorting based on a comparator, use SortComparator
instead. It is illegal to combine
SortComparator
and SortNatural.OrderBy
,
SortComparator
Copyright © 2001-2017 Red Hat, Inc. All Rights Reserved.