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
------------------------------------------------------------------------------
|| 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 || || ||
|| 13 || In 9.5, add method to register multiple state manager classes. public static void
registerAuthorizedStateManagerClasses(java.util.Collection smClasses) throws !SecurityException;
|| x || || ||
- || 14 || In Chapter 11, add properties for configuring !PersistenceManagerFactory that are
consistent with JPA specification of !TransactionType and Persistence Unit Name. || x || x
|| ||
+ || 14 || In Chapter 11, add properties for configuring !PersistenceManagerFactory that are
consistent with JPA specification of !TransactionType and Persistence Unit Name. || x || [https://issues.apache.org/jira/browse/JDO-449
JDO-449] || ||
|| 15 || In Chapter 12, specify the behavior of !PersistenceManager if it extends Serializable
and writeObject is called. || x || || x ||
|| 16 || In 12.6.6, clarify that a JDO!UserException 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. || x || || x ||
|| 17 || In 12.6.8, section heading Explicit Detach, the sentence "If the parameter instance
is detached, then JDO!UserException is thrown. " should be removed. || x || || ||
|