[
https://issues.apache.org/jira/browse/JDO-658?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Andy Jefferson closed JDO-658.
------------------------------
> JDOQL : Support for further methods (String, Enum, Date, JDOHelper)
> -------------------------------------------------------------------
>
> Key: JDO-658
> URL: https://issues.apache.org/jira/browse/JDO-658
> Project: JDO
> Issue Type: New Feature
> Components: specification, tck
> Affects Versions: JDO 3 (3.0)
> Reporter: Andy Jefferson
> Assignee: Michael Bouschen
> Fix For: JDO 3.1-rc1
>
> Attachments: JDO-658-math_time.patch, JDO-658-mbo.patch
>
>
> Consider extending JDOQL in JDO3.1 to include a series of new methods,
> following the contracts of existing Java classes
> String.charAt(int)
> String.startsWith(String, int)
> String.length()
> String.trim()
> Enum.ordinal()
> Enum.toString()
> The following are obviously deprecated in the JDK, but worth consideration
> Date.getHour()
> Date.getMinutes()
> Date.getSeconds()
> Date.getDay()
> Date.getMonth()
> Date.getYear()
> We already have JDOHelper.getObjectId(Object), so why not add
> JDOHelper.getVersion(Object)
> On a related topic JDO-633 has "List.get(int)".
> Note that all of these are already implemented in the RI.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)