From: Mark W. <mor...@SM...> - 2002-11-29 22:11:01
|
Dave Johnson wrote: > This seems to indicate that the latest version of > Hibernate (1.2rc1) does not have support for CLOBs. > Is this true? Believe so. > Without support for CLOBs is there any way use Hibernate > to persist fields longer than 255 characters? What type > should I use in my mapping file? You can store Strings into CLOB's, but you'll hit the 4000 char limit. -Mark |