Package net.solarnetwork.dao
Interface SortCriteria
public interface SortCriteria
API for sorting criteria.
- Since:
- 1.67
- Version:
- 1.0
- Author:
- matt
-
Method Summary
-
Method Details
-
getSorts
List<SortDescriptor> getSorts()Get the sort orderings.- Returns:
- the sorts
-