|
Home > Archive > Apache JDO Project > August 2005 > Patch for Detachable, PersistenceCapable, StateManager
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Patch for Detachable, PersistenceCapable, StateManager
|
|
| Craig Russell 2005-08-06, 8:45 pm |
| | |
| Andy Jefferson 2005-08-07, 5:45 pm |
| > The Detachable interface has one method: jdoReplaceDetachedState().
> The StateManager interface has an additional method: Object[ ]
> replacingDetachedState(Detachable, Object[ ]).
> Minor updates to PersistenceCapable.
>
> Comments please.
No comment other than please let us know when it's applied because we need to
update JPOX to use this updated detach contract instead of the existing
detach contract. The consequence of applying it to API20 will be that people
won't be able to use the updated "API20" jar with these changes until JPOX
also supports it (in the JPOX StateManager, and in the enhancer - I started
doing the changes, but need your part before doing our part).
--
Andy
Java Persistent Objects - JPOX
| |
| Craig Russell 2005-08-07, 5:45 pm |
| | |
| Andy Jefferson 2005-08-08, 7:45 am |
| > When would be a good time to check it in then? I'm not planning any
> updates unless someone finds a bug...
>
> So just let me know when you are ready and I'll check it in.
Hi Craig,
check it in whenever you get a spare moment, and I'll get started on the JPOX
part.
--
Andy
Java Persistent Objects - JPOX
| |
| Craig Russell 2005-08-08, 5:45 pm |
| |
|
|
|
|