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 MichelleCaisse:
http://wiki.apache.org/jdo/CurrentDevelopment
------------------------------------------------------------------------------
|| 5 || In section 7.5, change "If the class is abstract, null is returned." to "If the
class is abstract, JDO!FatalInternalException is thrown". || x || || ||
|| 6 || In section 7.5, add public byte fetchByteField(int fieldNumber); to !ObjectIdFieldSupplier.
|| x || || ||
|| 7 || In section 7.5, add public byte storeByteField(int fieldNumber, byte value); to
!ObjectIdFieldConsumer. || x || || ||
- || 8 || In Chapter 8, add 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. || x || [https://issues.apache.org/jira/browse/JDO-444
JDO-44] || ||
+ || 8 || In Chapter 8, add 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. || x || [https://issues.apache.org/jira/browse/JDO-444
JDO-444] || ||
- || 9 || 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. || x || x || ||
+ || 9 || 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. || x || [https://issues.apache.org/jira/browse/JDO-445 JDO-445] || ||
|| 10 || In Chapter 9, add section on managing date formatting for !ObjectIdentity constructors.
public synchronized void registerDateFormat(java.text.!DateFormat df); || x || || ||
|| 11 || In 9.4, add method to retrieve persistence-capable classes that have been registered.
public java.util.Collection getRegisteredClasses(); || x || || ||
|| 12 || In 9.5, add method to verify that the class is authorized to be a state manager.
public static void checkAuthorizedStateManagerClass(Class smClass); || x || || ||
|