Here is my problem:
I've got an object of class A with a collection of objects of class B.
I receive fresh new objects to update from a source that is not ojb.
When i want to update the object of class A the following operations
are performed (let say i have only one B object in the collection):
* update of row in the A table
* insert a row in the B table
My problem is that ojb do not delete the old B collection.
I checked the PersistenceBrokerImpl code, but i did not see anything
about deleting objects in collections that are not here anymore.
Regards
Guillaume Nodet
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]