org.springframework.beans.support
public interface: SortDefinition [javadoc |
source]
All Known Implementing Classes:
MutableSortDefinition
Definition for sorting bean instances by a property.
- author:
Juergen - Hoeller
- since:
26.05.2003 -
| Method from org.springframework.beans.support.SortDefinition Detail: |
public String getProperty()
Return the name of the bean property to compare.
Can also be a nested bean property path. |
public boolean isAscending()
Return whether to sort ascending (true) or descending (false). |
public boolean isIgnoreCase()
Return whether upper and lower case in String values should be ignored. |