class-table-inheritance
How to implement a super class, sub class relationship in the database?
If I have a class called animal, dog and fish is the subclass. The animal have attribute called \"color\".[详细]
2023-01-05 23:24 分类:问答Use both Class Table and Single Table inheritance in Castle Activerecord?
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 开发者[详细]
2022-12-15 22:41 分类:问答