Using GWT with Hibernate and Oracle CLOB object type

122 views
Skip to first unread message

mona

unread,
Oct 2, 2006, 8:04:41 PM10/2/06
to Google Web Toolkit

Hi:

One field from my Oracle database which I need to pass back to the GWT
client is of the data type CLOB. Does anyone know how I need to handle
this? According to the Hibernate documentation, the persistent data
class needs to include java.sql.Clob...but GWT does not have this
support.

All help is appreciated.

thanks,
Mona

mP

unread,
Oct 2, 2006, 9:27:55 PM10/2/06
to Google Web Toolkit
The reason taht GWT doesnt support binary type fields is because the
browser can only accept numbers, strings and booleans. You might need
tio convert the CLOB into a String etc.

Reply all
Reply to author
Forward
0 new messages