| The introduced org.hibernate.type.descriptor.sql.ClobTypeDescriptor#POSTGRESQL_CLOB_BINDING uses ResultSet#getString() and CallableStatement#setString() instead of the corresponding getClob() and setClob(). The values are then stored as String instead of being converted to a long by the PosgreSQL CallableStatement#setString() impl. |