[ http://issues.apache.org/jira/browse/JDO-150?page=all ]

Andy Jefferson updated JDO-150:
-------------------------------

    Attachment: patch.txt

The attached patch is hopefully adequate.
JPOX CVS includes the missing retrieve() method (nightly builds dated 
27/09/2005 onwards) so patch can be applied anytime after that and shouldn't 
break the linkage with JPOX.

> 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
>     Assignee: Craig Russell
>  Attachments: patch.txt
>
> 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

Reply via email to