Telerik OpenAccess ORM allows Persistent classes to be inherited by other classes, which could also be made persistent.
In the example above, there is a Book class, which is inheriting from the Product class. The Product class is marked
as persistent.
Recompiling the PersistentClasses project triggered an update of the database and the Products table started hosting both Products and Books.
Now you have three options to retrieve the data: