Michael Bouschen created JDO-850: ------------------------------------ Summary: Add SampleModifyQuery test method using typesafe query API Key: JDO-850 URL: https://issues.apache.org/jira/browse/JDO-850 Project: JDO Issue Type: Task Components: tck Affects Versions: JDO 3.2.1 Reporter: Michael Bouschen
Class SampleModifyQuery provides a single query test method. There should be more test methods according to the test method schema in SampleReadQuery: * testQueryxxa: runtime constructed JDO query using deletePersistentAll taking parameters to run the query * testQueryxxb: runtime constructed JDO query using setNamedParameters to specify the parameter values and no-arg deletePersistentAll to run the query * testQueryxxc: runtime constructed JDO query using setParameters to specify the parameter values and no-arg deletePersistentAll to run the query * testQueryxxf: JDOQLTypedQuery version -- This message was sent by Atlassian Jira (v8.20.10#820010)