PersistenceManager.retrieve(...) updates to match the JDO2 spec
---------------------------------------------------------------
Key: JDO-150
URL: http://issues.apache.org/jira/browse/JDO-150
Project: JDO
Type: Task
Components: api20
Reporter: Andy Jefferson
The JDO2 spec defines "PersistenceManager" containing :-
void retrieve(Object pc, boolean FGOnly);
This is currently missing.
Also the methods
void retrieveAll (Collection pcs, boolean DFGOnly);
void retrieveAll (Object[] pcs, boolean DFGOnly);
refer to a DFGOnly parameter, whereas it should be FGOnly. Javadocs need
similar updates
--
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