Mahler Thomas <[EMAIL PROTECTED]> writes: >> >> Now what I need, is some Collection-class that removes the removed >> objects, but lets them stay in the database, just sets their foreign >> keys to 0/null or something, so that they don't reappear in the >> collection next time it loads from the database. >> >> Any possibility I could make this happen? > > Yes, that's possible. > For example the ODMG collection DListImpl works in this way. >
Erm, how? I've just converted a small test to ODMG, using DListImpl instead of RemovalAwareCollection, but the all the objects in the collection reappear next time it is loaded from the database... -- Henrik --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
