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