Uses of Class
org.springframework.beans.support.SortDefinition

Packages that use SortDefinition
org.springframework.beans.support 

Uses of SortDefinition in org.springframework.beans.support
 

Classes in org.springframework.beans.support that implement SortDefinition
class MutableSortDefinition
          Mutable implementation of SortDefinition.
 

Constructors in org.springframework.beans.support with parameters of type SortDefinition
MutableSortDefinition.MutableSortDefinition(SortDefinition source)
          
PropertyComparator.PropertyComparator(SortDefinition sortDefinition)
          
 

Methods in org.springframework.beans.support that return SortDefinition
SortDefinitionPagedListHolder.getSort()
          Return the sort definition for this holder.
 

Methods in org.springframework.beans.support with parameters of type SortDefinition
voidPagedListHolder.setSort(SortDefinition sort)
          Set the sort definition for this holder.
static voidPropertyComparator.sort(Object[] source, SortDefinition sortDefinition)
          Sorts the given source according to the given sort definition.
static voidPropertyComparator.sort(List source, SortDefinition sortDefinition)
          Sorts the given List according to the given sort definition.