How can I declare within an Entity Bean a Long Text attribute?
For example: String description
I would like it to be more than 255 varchar, and maybe mapped on MySQL as TEXT.
Thanks
Solved:
JPA: how do I persist a String into a database field, type MYSQL Text
Using @Lob
annotation