| Author |
Hibernate is saving the id as -E.000E-78
|
Vishwas T Prasanna
Greenhorn
Joined: Jan 18, 2006
Posts: 8
|
|
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...
|
 |
 |
|
|
subject: Hibernate is saving the id as -E.000E-78
|
|
|