Hi,
We use H2 DB for our project , developed in SmartGWT 2. Hibernate is used to get data using our custom Datasource and displays in ListGrid cells.
But we have a table column with CLOB type. The data is displayed as
"org.hibernate.lob.SerializableClob@149fd76" in ListGrid column, not the actual content of the table column.
How to show the content of CLOB file data in list grid cells. kindly advise.
Thanks,
Arul
We use H2 DB for our project , developed in SmartGWT 2. Hibernate is used to get data using our custom Datasource and displays in ListGrid cells.
But we have a table column with CLOB type. The data is displayed as
"org.hibernate.lob.SerializableClob@149fd76" in ListGrid column, not the actual content of the table column.
How to show the content of CLOB file data in list grid cells. kindly advise.
Thanks,
Arul
Comment