Hibernate version:
Hibernate v3.2.5
Name and version of the database you are using:
MySQL v5.0.45
Hi Everyone,
I'm still fairly new to Hibernate, but I did get everything working. I can use Hibernate to INSERT, SELECT, DELETE and UPDATE records from my database.
The only problem I have to when I SELECT data from the BLOB type column, I get unreadable text ([B@4bf54c5f). It is suppose to be "My Long Blob that is not reallythat long....", but it turns out to be "[B@4bf54c5f". I try doing a search for this problem, but I didn't find any solution.
What am I doing wrong?
Thank you for any help anyone can provide.
Brad
|