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 2006/03/17 04:54:46 UTC

[Jdo Wiki] Update of "ChangeLog" 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/ChangeLog

New page:
= This is the change log for maintenance of JSR-243. =

 1. Add to Chapter 8 after class JDOHelper {

{{{public JDOHelper();}}}

For some usage patterns, an instance of JDOHelper on which to invoke methods is preferable to the use of static methods. For this purpose, a public constructor is provided. 

 1. Add to .jdo metadata:

{{{<!ATTLIST property field-type CDATA #IMPLIED> }}}