Hii,
mapping file looks like this:
<hibernate-mapping>
<class name="Employer" table="employers">
<id name="id">
<generator class="sequence">
<param name="sequence">employer_id
</generator>
</id>
<property name="name"/>
<property name="country"/>
</class>
</hibernate-mapping>
Main Topics
Browse All Topics





by: Ajay-SinghPosted on 2009-07-12 at 03:55:51ID: 24833943
Can you post the mapping file?