I am mapping a @lob field to write image to a table, but jpa creates the table, but does not create the column. I created the column manually in MYSQL, but the bytes do not persist there either.
My Entity:
@Entity
@Table(name = "TB_IMAGEM"...
asked by
19.03.2017 / 19:42