Annotation Type SortNatural


  • @Target({METHOD,FIELD})
    @Retention(RUNTIME)
    public @interface SortNatural
    Specifies in-memory Set/Map sorting using natural sorting. NOTE : Sorting is different than ordering (see 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.
    See Also:
    OrderBy, SortComparator