
|
If you were logged in you would be able to see more operations.
|
|
|
|
File Attachments:
|
| |
Size |
|
patch.txt |
2005-09-26 09:26 PM |
Andy Jefferson |
3 kB |
|
|
| Resolution Date: |
08/Dec/05 08:26 AM
|
|
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
|
|
Description
|
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 |
Show » |
|