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/09/19 22:40:10 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

------------------------------------------------------------------------------
   1. Clarify 18.15.8 that the ordering field should be managed by the implementation, not by the user.
  
   1. Remove the "serialized" attribute from 18.15.8 since the ordering column is not serialized.
+ 
+  1. Add property {{{CopyOnAttach}}} to {{{PersistenceManager}}} and {{{PersistenceManagerFactory}}}. With the property set to true, makes a copy of the detached instance on {{{makePersistent}}}. If the property is set to false, it attaches the detached instance itself.
+ 
+  1. Add {{{ObjectState}}} enum and convenience methods in {{{JDOHelper}}} to return the {{{ObjectState}}} of an instance.
  
  == ACCEPTED ==