I have an entity that need to inherits from a base-entity that has a property named Id. I have mapped this class with mapping-by-code (using a ModelMapper, not ConventionalModelMapper). I don't want to map Id property. I expected that simply, not mapping Id property, I can achieve my goal (since I use a ModelMapper). Strangely, NH however map Id property. It's this behavior by design? Thanks in advance.
-- 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.
