
|
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 » |
made changes - 26/Sep/05 03:12 PM
| Field |
Original Value |
New Value |
|
Assignee
|
|
Craig Russell
[ clr
]
|
made changes - 01/Oct/05 12:24 AM
|
Status
|
Open
[ 1
]
|
Closed
[ 6
]
|
|
Resolution
|
|
Fixed
[ 1
]
|
made changes - 07/Dec/05 09:48 AM
|
Resolution
|
Fixed
[ 1
]
|
|
|
Status
|
Closed
[ 6
]
|
Reopened
[ 4
]
|
made changes - 07/Dec/05 09:48 AM
|
Affects Version/s
|
|
JDO 2 beta
[ 12310683
]
|
made changes - 07/Dec/05 09:49 AM
|
Fix Version/s
|
|
JDO 2 beta
[ 12310683
]
|
|
Affects Version/s
|
JDO 2 beta
[ 12310683
]
|
|
made changes - 08/Dec/05 08:26 AM
|
Resolution
|
|
Fixed
[ 1
]
|
|
Status
|
Reopened
[ 4
]
|
Resolved
[ 5
]
|
|
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.