Joined: Mon Oct 23, 2006 1:17 pm Posts: 5
|
Hi all,
now I'm able to generate hbm files from db tables with ant tools.
Now i would like left from hbm files generated the attribute schema e table from the "class" element.
How I can do this ?
<hibernate-mapping>
<class name="it.sailing.hb.hbo.MYTABLE" table="MYTABLE" schema="LABPROD">
<composite-id name="id" class="it.myfactory.hb.hbo.tableId">
<key-property name="idproc" type="string">
<column name="IDPROC" length="30" />
</key-property>
<key-property name="idrec" type="long">
..................
Regards - Thomas.
|
|