When I perform reverse engineering on a MySQL table with a BLOB, MyEclipse is generating the field as a String. IS THIS CORRECT?
I attempted to use the save method with
setUserImage(“images/Face.jpg”);
… and it didn’t throw up. Do you have any idea how I’m supposed to retrieve the BLOB as a string? Is it actually a byte []? Are there any examples on demand or otherwise?