0
Good morning,
In my database Mysql, I have a column of the type longText.
My doubt is how to declare the type and annotation of this variable in the java class. Soon search found the following information:
@Blob
private String meuCampo;
this proceeds?
Grateful!
Now I’m curious, Longtext, have I always used @Lob in mysql if I can test other possibilities? And post the Results;
– alxwca
OK Thank you, I am implementing, soon I inform you
– Augusto Silverio
Hello, it only worked with the jpa1.0 setting
– Augusto Silverio
Then I’ll remove the rest;
– alxwca