posted 19 years ago
I am using oracle sequence for generating for values for the id property and my mapping is as given below..
<id name="id" column="id" type="integer" unsaved-value="null">
<generator class="sequence">
<param name="sequence">USER_SESSIONS_SEQ</param>
</generator>
</id>
but when when i save the object, hibernate is saving -E.000E-78 this kind of values into the table..
Plz Plz can any body help me...