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
------------------------------------------------------------------------------
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. In Chapter 8, add a convenience method that returns a {{{PersistenceManager}}} proxy
that can be used in web and ejb containers to dynamically bind to the transaction-associated
{{{PersistenceManager}}}.
+
1. In Chapter 9, add section on managing date formatting for {{{ObjectIdentity}}} constructors.
{{{public synchronized void registerDateFormat(java.text.DateFormat df);}}}
@@ -34, +36 @@
1. In 9.5, add method to register multiple state manager classes.
{{{public static void registerAuthorizedStateManagerClasses(java.util.Collection smClasses)
throws SecurityException;}}}
- 1. Add properties for configuring PersistenceManagerFactory that are consistent with JPA
specification of TransactionType and Persistence Unit.
+ 1. In Chapter 11, add properties for configuring {{{PersistenceManagerFactory}}} that are
consistent with JPA specification of {{{TransactionType}}} and Persistence Unit Name.
1. In 12.6.6, clarify that a {{{JDOUserException}}} will be thrown when invoking {{{newInstance}}}:
if a class is not persistence-capable, or does not declare a public no-args constructor; if
an interface is not persistence-capable or declares methods that are not defined as persistent
properties; if an abstract class is not persistence-capable or declares abstract methods that
are not defined as persistent properties.
|