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/11/28 20:27:28 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

The comment on the change is:
mark items 41 and 43 as done

------------------------------------------------------------------------------
  || 38 || Change 21.21.7 Generated jdoGetManagedFieldCount sample implementation to avoid using the jdoFieldNames field that might be initialized after it is used during initialization of a subclass. (See ChangeLog for details.) || done || || ||
  || 39 || Add to Chapter 23, constants defined in the JDOPermission class. (See ChangeLog for details.) || done || || ||
  ||40  || Add methods to {{{PersistenceManager}}} and {{{PersistenceManagerFactory}}} to allow a user to get the current time and date from the server. Allow the {{{PersistenceManagerFactory}}} to be configured statically with {{{TimeZone}}} and {{{Locale}}} in case the information is not available from the server itself. [https://issues.apache.org/jira/browse/JDO-462 JDO-462]|| done || done || ||
- || 41 || Add to 6.3 a section requiring support for enum types, including collections of enum types. || done || || [https://issues.apache.org/jira/browse/JDO-546 JDO-546] ||
+ || 41 || Add to 6.3 a section requiring support for enum types, including collections of enum types. [https://issues.apache.org/jira/browse/JDO-546 JDO-546]|| done || || done ||
  || 42 || Change in 12.6 signatures of some !PersistenceManager methods to be generic. Note that these changes are source compatible with existing application programs. (See ChangeLog for details.) [https://issues.apache.org/jira/browse/JDO-450 JDO-450] [https://issues.apache.org/jira/browse/JDO-542 JDO-542] [https://issues.apache.org/jira/browse/JDO-538 JDO-538]|| done || done || 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. || done || || [https://issues.apache.org/jira/browse/JDO-546 JDO-546] ||
+ || 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. [https://issues.apache.org/jira/browse/JDO-546 JDO-546]|| done || || done ||
  || 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. [https://issues.apache.org/jira/browse/JDO-452 JDO-452]|| x || done || x ||
  || 46 || Add method evictAll taking a class instance to !PersistenceManager interface. [https://issues.apache.org/jira/browse/JDO-535 JDO-535]|| done || done || ||