hey hi
have you find out your problem regarding the customer and employer nhibernate mapping
I have the same problem for mapping article table and art_article_table
both tables contain same column ids.
this is art_article_table
article_id esp_summary_point_id art_esp_summary_point_text 3943 2 sometext1 3943 3 sometext2 3943 4 sometext3
3453 2 asdf 3453 3 asdfa 3453 4 sdfgsdfg
article table contain article_id as primary key
i want to read and update this to/from ui based on the "esp_summary_point_id" as 2,3,4 criteria.
help would be appreciated.thanks in advance
-- Prashanth