Ayende Rahien wrote:
You can turn off proxying or build your own on a per-class level.
There are very good reasons why you need to have all properties/methods as virtual.
Can I turn of proxying on a per-class level? I did not found any material about how to do that.
Could you specify the reason why all properties/methods should be virtual, even if they does not do anything with NHibernate mapping, but extend some logic that have nothing to do with hibernate ???
But it seems that the needet time to invested on solving this is much longer than just writeing the virtual statement, so I'm probably take the eazy way...