1

In my database, I've got some columns mapped with a BLOB or CLOB type.

When mapping such a field, hibernate recommends :

@Lob
public String getBlobField() { ... }

Why do we need the @Lob annotation ?

Jerome Cance
  • 8,103
  • 12
  • 53
  • 106
  • 1
    You refer my link. If you still have any doubts let me know. http://stackoverflow.com/questions/42950938/proper-hibernate-mapping-for-lob-in-hibernate-pojo-we-are-using-hibernate-mapp – Ravi Mar 26 '17 at 19:21

0 Answers0