If I have a class called animal, dog and fish is the subclass. The animal have attribute called \"color\".
In Castle Activerecord (on top of NHibernate), is it possible to use class table inheritance globally, and single table inheritance on part of the inheritance tree? I would like to do something 开发者