Hello,

another workaround may be to use lazy loading with proxy interfaces
(search for #2):

http://blogs.chayachronicles.com/sonofnun/archive/2007/03/30/230.aspx

...
<class name="NHTest.Dummy, NHTest"
               table="dummytable"
               proxy="NHTest.IDummy, NHTest">
...

This will enable you to use lazy loading and prevent from using
"virtual" members.

Best regards

Günter

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to