0
kicks
A Journey with Domain Driven Design (and NHibernate) - Part 8
We left off last time with our first association mapped and tested. Let’s dig in a bit deeper with NHibernate mapping.
Today I decided to separate my inherited classes into their own mapping file. This was as easy as creating the new files and <hibernate-mapping> root elements, copying the <joined-subclass> elements over.