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

Sergey Beryozkin resolved CXF-4578.
-----------------------------------

       Resolution: Fixed
    Fix Version/s: 2.7.1
                   2.6.4
    
> SearchConditionVisitor should be parameterized on the query type
> ----------------------------------------------------------------
>
>                 Key: CXF-4578
>                 URL: https://issues.apache.org/jira/browse/CXF-4578
>             Project: CXF
>          Issue Type: Improvement
>          Components: JAX-RS
>         Environment: This was suggested by Jeff Wang.
> It should be possible to type:
> {code:java}
> SearchConditionVisitor<Book, TypedQuery<Book>> visitor = new 
> JPATypedQueryVisitor<Book>();
> searchCondition.visit(visitor);
> TypedQuery<Book> query = visitor.getQuery();
> {code}
>            Reporter: Sergey Beryozkin
>            Assignee: Sergey Beryozkin
>             Fix For: 2.6.4, 2.7.1
>
>


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to