Interface IEntitySortingCriterion
- All Superinterfaces:
Serializable
- All Known Subinterfaces:
IJavaEntitySortingCriterion
,IQcmEntitySortingCriterion
- All Known Implementing Classes:
AcmSortingCriterion
,QcmSortingCriterion
Common interface for entity sorting criterion suppliers for use in
DaoLazyDataModel
. Needs to implement
Object.equals(Object)
.- Since:
- 8.0.0
- Author:
- XIMA Media GmbH
-
Method Summary
-
Method Details
-
getKey
String getKey()- Returns:
- unique key of the sorting criterion supplier. Usually the sorting keyword. Used for
Object.equals(Object)
.
-