Joined: Wed Jun 03, 2009 2:21 am Posts: 5
|
Hi All,
Has anyone used CLOB objects with Hibernate. Our application requires fetching and updating CLOB objects. We have mapped the datatype to java.sql.clob. DB fetch happens fine without any issues. We convert the String which comes from the front end to java.sql. clob using Hibernate.createClob(“”) and do a merge. The issue is it does not throw any exception but does not update the CLOB field either. It updates all other fields other than CLOB. Any idea on what could be wrong??
|
|