0
kicks
Single table and concrete table inheritance with LightSpeed ORM
One of the benefits of working with an O/R Mapper is the ability to use inheritance and have your objects still persist to the database. In this post, Mindscape explains the difference between two types of relational inheritance - Single Table and Concrete Table. The post also demonstrates how to create these models using the LightSpeed O/R Mapper.