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