Hi,

As far as I see from the Hibernate sources, Hibernate uses the
following methods:

Clob.setCharacterStream(1), Clob.setString(1, s), Blob.setBytes(1, x),
Blob.setBinaryStream(1), for Clob and Blob objects created using
Connection.createClob() and createBlob().

I have implemented those functions now, so this should be fixed in the
next release.

By the way Hibernate uses those methods only when using the Java 6
version of H2. The default version (the default jar file) is still
Java 5.

Regards,
Thomas

-- 
You received this message because you are subscribed to the Google Groups "H2 
Database" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/h2-database?hl=en.

Reply via email to