Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

2
  • This is fascinating. I never knew this about Fluent NH (and it is our primary orm where I work). I will be sharing this! +1 Commented Aug 24, 2013 at 16:34
  • FluentNH does nothing more than just making hbm files behind the scene. NHibernate supports inheritance and it does it in several different ways. And of course it can be configured by FluentNH (which is now dead), NH Mapping-By-Code (this is really what you should be using instead of Fluent) and by classic hbm files. Commented Oct 10, 2013 at 21:18