RE: how to update a collection reference

2003-06-17 Thread oliver . matz
Hej Shane, > -Original Message- > From: Shane Mingins [mailto:[EMAIL PROTECTED] > I am using the ODMG API. [..] > It would be nice to be able to add and remove the objects from the > collection, persist the object holding the collection (the '1' in the > 1->n)and have the state of each

RE: how to update a collection reference

2003-06-17 Thread Shane Mingins
This is what I would have thought would naturally happen but as it does not I was wondering if there is some other logical reason as to why it does not? Cheers Shane -Original Message- From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: 17/06/2003 6:22 p.m. Subject: RE: how to update a collect

RE: how to update a collection reference

2003-06-16 Thread oliver . matz
Hello Shane, > -Original Message- > From: Shane Mingins [mailto:[EMAIL PROTECTED] > If OJB is meant to provide the persistence mechanism for my > application so > that I can then just code against Objects, why shouldn't I > expect to be able > to persist an Object that holds a collecti

RE: how to update a collection reference

2003-06-16 Thread Shane Mingins
to:[EMAIL PROTECTED] Sent: Tuesday, 17 June 2003 12:21 a.m. To: [EMAIL PROTECTED] Subject: RE: how to update a collection reference Hello, > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > > I have an object A that have a collection reference to a list

RE: how to update a collection reference

2003-06-16 Thread oliver . matz
Hello, > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > > I have an object A that have a collection reference to a list > of objects B. > > Is anyone that could help me to understand how can I update > the collection reference of the object A? It should be up

how to update a collection reference

2003-06-06 Thread Sylvain.Thevoz
Hello, I have an object A that have a collection reference to a list of objects B. Is anyone that could help me to understand how can I update the collection reference of the object A? My problem is that the objects B I remove from the list of objects B are not deleted in the database when I u