Implement infrastructur to execute JDOQL queries as single queries of API
queries
---------------------------------------------------------------------------------
Key: JDO-156
URL: http://issues.apache.org/jira/browse/JDO-156
Project: JDO
Type: Improvement
Components: tck20
Reporter: Michael Watzek
Assigned to: Michael Watzek
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