[ http://issues.apache.org/jira/browse/JDO-146?page=comments#action_12330441 ]
Craig Russell commented on JDO-146: ----------------------------------- This is a temporary exception, as it's not an option for a compliant JDO 2 implementation. Other JDO 2 methods that are not currently supported throw UnsupportedOperationException. Take a look at PersistenceManagerImpl.getObjectsById(Collection). For consistency, this is the pattern we should adopt. We will at some time remove all these exceptions... > PM & PMF missing property detachAllOnCommit > ------------------------------------------- > > Key: JDO-146 > URL: http://issues.apache.org/jira/browse/JDO-146 > Project: JDO > Type: Bug > Components: api20 > Reporter: Matthew T. Adams > Assignee: Matthew T. Adams > Attachments: detachOnAllCommit.api20.patch, detachOnAllCommit.patch, > detachOnAllCommit.runtime20.patch > > The api20 interfaces PersistenceManager and PersistenceManagerFactory are > missing the spec-defined boolean property detachAllOnCommit. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira
