Hello, I just tried m:n anonymous mapping, using xdoclet generated descriptors. Seems to work fine except it's possible to delete from object from one side of the relation whithout cascading or foreign key constraint being thrown althoug this is definetly a violation of the DB-Rules. This will propably be the case for every m:n mapping. I could insert the foreign key constraints into the db manually, but it would be nicer to generate automatically (and definitely correct ...).
BTW: I'm using the ODMG API, DListImpl_2. Is it OK to just add the foreign key constraints to the db-table? Thanks, -Gunnar --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
