I am using myeclipse to reverse engineer from ms sql server to hibernate. and I found when there are a column with the type 'image' in database, after I reverse engineer the table, the 'image' column was converted to 'String' in table definition. So actually what can I do to handle the 'image' type well with hibernate ? What type should I use in my class ?
Thanks in advance !