Hi All, I have a schema which is created by NHibernate from the given mapping files. Since some of the tables are referenced by multiple other tables I couldn't create a relationship with each of them and instead created a <many-to-one> mapping to the master table. The foreign key is created fine but it does not contain any cascade for delete or updates. Since I have quite a few of these tables I don't want to create a <set> declaration for each in the "master class" (but I am sure it would create the constraints I want).
Can I do it another way? Kindest regards, Victor --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "nhusers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/nhusers?hl=en -~----------~----~----~----~------~----~------~--~---
