0
kicks
Summer of NHibernate Session 11 Screencast: Techniques for Modeling In
I’m happy to announce that as of now the next installment of the Summer of NHibernate screencast series is available for general download from the Main Site.
In this installment we dig into the strategies for modeling object inheritance hierarchies in our database schema using either of NHibernate’s two approaches to this challenge: Table-Per-Class-Hierarchy or Table-Per-SubClass.
We also pull back the covers on NHibernate’s powerful support for polymorphic queries to begin to understand the effects each of these inheritance modeling approaches has on the generated SQL that is ultimately passed to the database.