Hi, <br /><br />This is my proposal to solve JIRA issue HBX-577
"hbm2java for annotation from existing inheritance mapping"<br
/><br />I figured out how-to do "joined-subclass" and
"table-per-class-herarchy" but couldn't test it. <br /><br
/>This solution relies on <meta> tag, example: <br /><br
/><class name="Nota" mutable="false"
table="NOTA"<br />
schema="dbo" catalog="DATA"
discriminator-value="not null">
<br /> <meta
attribute="class-inheritance-type">single-table-per-class-herarchy</meta><br
/><br />