How to accessparent attributes via single table inheritance?
如何通过单表继承访问父属性?
2
You can accessparent entity's attributes the same as you would the properties of a parent class.
您可以像父类的属性一样访问父实体的属性。
3
A containment hierarchy allows the access of all child elements from a parent very easily, for instance, access to all orders associated with a specific customer.