max wrote:
the hibernate type should be "clob" not "CLOB"
and maybe the jdbc type is not CLOB when read from the database?
I have changed the hibernate type to clob and checked the DB, Oracle reports the column as type CLOB. After running the script again I get no errors but the resulting output does not change from java.lang.Object.
Code:
<property name="igsimgdata" type="java.lang.Object">
<column name="IGSIMGDATA" />
</property>
<property name="igspimgdata" type="java.lang.Object">
<column name="IGSPIMGDATA" />