Allow to set the property type in ISortState
--------------------------------------------

                 Key: WICKET-4035
                 URL: https://issues.apache.org/jira/browse/WICKET-4035
             Project: Wicket
          Issue Type: Improvement
          Components: wicket-extensions
    Affects Versions: 1.5-RC7
            Reporter: Peter Pastrnak
            Priority: Minor


Currently sort state property can be defined only as a String that seems to be 
not suitable for use with typesafe query builders like QueryDSL (its most 
probably the same for JPA 2.0). It might be better to have e.g. ISortState<T>, 
where T would be the type of the property. This way the property could be an 
Expression instead of a String.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to