You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jdo-commits@db.apache.org by Apache Wiki <wi...@apache.org> on 2007/06/29 22:04:07 UTC

[Jdo Wiki] Update of "CurrentDevelopment" by CraigRussell

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Jdo Wiki" for change notification.

The following page has been changed by CraigRussell:
http://wiki.apache.org/jdo/CurrentDevelopment

------------------------------------------------------------------------------
  || 41 || Add to 6.3 a section requiring support for enum types, including subclasses of enum types. || x || || x ||
  || 42 || Change in 12.6 signatures of the following !PersistenceManager methods to be generic. Note that these changes are source compatible with existing application programs. (See ChangeLog for details.) || x || [https://issues.apache.org/jira/browse/JDO-450 JDO-450] || x ||
  || 43 || Add to 15.1 a paragraph describing that mapping an enum to a fixed-precision numeric type uses the ordinal() value for storage; mapping to a character column type (CHAR, VARCHAR, etc.) uses the name() value for storage; mapping to any other column type is an error. || x || || x ||
- || 44 || Provide in a new chapter a set of annotations that map directly to xml elements as an alternative to using xml metadata. Describe how jdo implementations can use either JDO annotations or JPA annotations to provide metadata. || x || [https://issues.apache.org/jira/browse/JDO-451 JDO-451] || [http://wiki.apache.org/jdo/TechnologyCompatibilityKit21 details]||
+ || 44 || Provide in a new chapter a set of annotations that map directly to xml elements as an alternative to using xml metadata. Describe how jdo implementations can use either JDO annotations or JPA annotations to provide metadata. || x || [https://issues.apache.org/jira/browse/JDO-451 JDO-451] || [http://wiki.apache.org/jdo/TechnologyCompatibilityKit21 details] [https://issues.apache.org/jira/browse/JDO-503 JDO-503]||
  || 45 || Provide interfaces that extend both JDO and JPA in order to make it easier to migrate applications from JDO to JPA. || x || [https://issues.apache.org/jira/browse/JDO-452 JDO-452] || x ||