I have a hibernate mapping which was working until recently - and while I\'m sure this is the result of some change I\'ve made, I can\'t seem to find it.
The mapping
I am not sure but you can try this :
<id name="id" type="java.lang.Long"> <column name="id" /> <generator class="native" /> </id>
Hibernate may be setting wrong value.