Defines the inheritance strategy. Classes in an inheritance hierarchy can be mapped to the same table, i.e., (flat mapping) or to different tables, i.e., (vertical mapping and horizontal mapping) (Refer to Inheritance for more information).
|
Copy Code |
<class name="Order">
<extension key="db-inheritance" value="vertical" />
</class>
|