orm - NHibernate and many to many mapping -


I have a 3 table organization (ID, name, and so on) Organization Contacts (Organization ID, Contact ID, Status) ID, name), email) How can I make multiple mappings and use the Status column from the organization?

Strict several-to-many mappings, you will have organization ID and contact ID in the mapping table. Adding the Status column will require creating a proper unit outside the organization.


Comments

Popular posts from this blog

MySql variables and php -

url rewriting - How to implement the returnurl like SO in PHP? -

Which Python client library should I use for CouchdB? -