rule of thumb: when the property getter and/or setter has some kind of logic you have to map NHibernate to the field (field.camelcase, field.XYZ). If, in the same situation, you want that NH always read the value from the property (as in case of some sort of denormalization) you can use nosetter accessors (nosetter.camelcase, nosetter.XYZ)
-- 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.
