No support for clob/text mapping
Status: Beta
Brought to you by:
dbradby
I use Eclipse 3.0 and Hibernator 0.9.6.
I have recently extended one of my classes with a
property mapped to a clob table field (it was mapped as
"text" for automatic binding as clob). This may be a new
feature in Hibernate (I use Hibernate 2.1.3) which has
not been implemented yet in Hibernator.
When I want to connect to the database with Hibernator
it says that it cannot recognize this sort of mapping.
Logged In: YES
user_id=181257
I encountered the same error myself using the copy of
Hibernator downloaded via CVS a week ago. I loaded it into
Eclipse and recompiled it. It worked after that.