You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cxf.apache.org by "Sergey Beryozkin (JIRA)" <ji...@apache.org> on 2012/10/17 14:24:05 UTC

[jira] [Created] (CXF-4578) SearchConditionVisitor should be parameterized on the query type

Sergey Beryozkin created CXF-4578:
-------------------------------------

             Summary: 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




--
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

[jira] [Resolved] (CXF-4578) SearchConditionVisitor should be parameterized on the query type

Posted by "Sergey Beryozkin (JIRA)" <ji...@apache.org>.
     [ 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