[ 
https://issues.apache.org/jira/browse/WICKET-4035?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Martin Grigorov resolved WICKET-4035.
-------------------------------------

    Resolution: Fixed
      Assignee: Martin Grigorov

Improved with r1203581.
Please check if more generification is needed.
                
> 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
>            Assignee: Martin Grigorov
>            Priority: Minor
>             Fix For: 1.6.0
>
>
> 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.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to