[ http://issues.apache.org/jira/browse/JDO-156?page=all ]

Michael Watzek updated JDO-156:
-------------------------------

    Attachment: JDO-156.patch3

The third patch contains all the comments.

> Implement infrastructur to execute JDOQL queries as single queries or API 
> queries
> ---------------------------------------------------------------------------------
>
>          Key: JDO-156
>          URL: http://issues.apache.org/jira/browse/JDO-156
>      Project: JDO
>         Type: Improvement
>   Components: tck20
>     Reporter: Michael Watzek
>     Assignee: Michael Watzek
>  Attachments: JDO-156.patch, JDO-156.patch2, JDO-156.patch3
>
> Each concrete query test class contains code creating and executing JDO 
> queries using the API methods on javax.jdo.Query. Testing the JDO2 feature 
> "single string queries", we need a facility to write a JDOQL query once and 
> execute that as an API query and a single string query.
> For this purpose, we propose to introduce a new class capable to hold all JDO 
> query elements, such as the canddidate class, the filter, etc. Instances of 
> that class may be used as factories for JDO query instances.
> Moreover, we propose to introduce common methods in class Query_Test 
> compiling and executing query element holder instances as API queries and 
> single string queries.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira

Reply via email to