Hello, I have a simple 1:n relationship similar to the one in the documentation (both have auto-incremented primary keys).
I use the ODMG layer. With the default settings only removals are tracked (because af the RemovalAware collection). Changing auto-update to true leaves me with problems when inserting new objects. Updating (adding and removing) is then fine. But with ODMG I can not use this setting. Next I tried to use the Dlist as the collection class. Here adding works but removals are not tracked. I ended up with writing my own RemovalAndAddingAwareManagableCollection. Is this really necessary and why? Thanks, Vincenz Braun --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
