Re: [Hibernate] huge tring storage

2003-02-13 Thread Justen Stepka
ific database type in the configuration file though. Thanks! - Original Message - From: <[EMAIL PROTECTED]> To: "Justen Stepka" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Thursday, February 13, 2003 1:26 AM Subject: Re: [Hibern

Re: [Hibernate] huge tring storage

2003-02-13 Thread Gavin . King
Try using the Hibernate "clob" type. You can use Hibernate.createClob() to instantiate a new "fake" Clob. Note that JDBC driver support for Clobs is patchy and inconsistent and I do not guarantee that the Clob support will work on all platforms.