| Michael Bouschen (JIRA) 2007-10-31, 7:11 pm |
|
[ https://issues.apache.org/jira/brow...ls:all-tabpanel ]
Michael Bouschen updated JDO-446:
---------------------------------
Attachment: subquery-api.patch
I agree there is no need to duplicate the javadoc, especially as we do no duplicate the javadoc description in other places of the JDO API (e.g. overloaded PersistenceManager methods).
I updated the patch, you find attached for review. Now the String... version of the method has the full javadoc and all the other addSubquery methods refer to this.
> Add subqueries APIs
> -------------------
>
> Key: JDO-446
> URL: https://issues.apache.org/jira/browse/JDO-446
> Project: JDO
> Issue Type: New Feature
> Components: api2, api2-legacy
> Affects Versions: JDO 2 final
> Reporter: Michelle Caisse
> Assignee: Michael Bouschen
> Fix For: JDO 2 maintenance release 1
>
> Attachments: subquery-api.patch
>
>
> In 14, add subqueries to permit e.g. select from Employee where this.salary > (select avg(salary) from Employee)
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.
|