Hi I am using Mapping By Convention/Code. I have set a property to be NotPersistent.
But because of this i don't get this property in nhibernate interceptor. What I am doing is some localization properties. I am intercepting OnLoad method and populating values myself for the localized property. But when I set the property to not be mapped (I don't want it to create database column for it, because it should exist only in memory not in db), i am not getting this property in the properties collection of the OnLoad method of the interceptor. Is this even possible?? thanks -- You received this message because you are subscribed to the Google Groups "nhusers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/nhusers. For more options, visit https://groups.google.com/d/optout.
