Class SortingParser
java.lang.Object
ch.tocco.nice2.model.base.spi.sorting.SortingParser
Parses the sorting-syntax on the object-model.
Syntax is like this. fieldName, fieldName, -fieldName.
The fieldName is any field on the entity, including relations.
The '-' uses a descending sorting instead of ascending.
The fieldName is any field on the entity, including relations.
The '-' uses a descending sorting instead of ascending.
-
Nested Class Summary
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
SortingParser
-
-
Method Details
-
getResult
-