Need help with Hibernate? Read this first:
http://www.hibernate.org/ForumMailingli ... AskForHelp
Hibernate version:3.1
Dear all,
Kindly tell me how can I write one-to-many mapping in this file.
Where to wrte and do I need to change Mdl.java file ? I need only MTBKOD to me mapped with another table.
Mapping documents:
<class name="com.DAO.model.Mdl" table="mdl" catalog="pao">
<composite-id>
<key-property name="mdlkod" type="java.lang.String">
<column name="MDLKOD" length="10" />
</key-property>
<key-property name="mdlvar" type="java.lang.String">
<column name="MDLVAR" length="2" />
</key-property>
<key-property name="mtbkod" type="java.lang.String">
<column name="MTBKOD" length="6" />
</key-property>
</composite-id>
---------------
--------------
</class>
Thanks and reagrds,
PRASANTH
Problems with Session and transaction handling?
Read this:
http://hibernate.org/42.html