Need help with Hibernate? Read this first:
http://www.hibernate.org/ForumMailingli ... AskForHelp
Hibernate version: 3.1
Mapping documents:
<id name="itemId" type="long"
column="ITEM_ID">
</id>
I am using default id generator 'assigned'.
Name and version of the database you are using:
Oracle 9
I am using the default id generation mechanism and setting the id myself to the Item Object before saving it. But, the actual id which is getting inserted to the database is totally different?
Is there something else am I missing, that I should have configured?
Thanks
tester