Just map it twice with different entity-name attribute values. Then, in Session.Get, HQL etc. you should refer to your entity using entity- name instead of type.
A. On 15 Lut, 23:38, NHibernateFANFANFAN <[email protected]> wrote: > Hello, I have a Table that has two versions. > E.g. > TableVersion1 has columns A,B,C > TableVersion2 has columns A,B,C,D > > How do I code NHibernate that it supports these two versions of table? > Please let me know which sections of the document I should read about > this issue. Thank you -- 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.
