sorry but i don't understand what you need, you have a class A : C, a class B : C (with no inheritance between A and B)
and you want to do something as A item = new A(); session.Save(item) //saved using A specific mapping B returnedITem = session.Get<B>(item.Id). //there you will use a custom type covnerter between A to B you need to do that? --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
