Se vuoi convertire il tuo byte[]
in sql digitare Blob
, puoi fare quanto segue:
@Lob(type = LobType.BLOB)
o
@Type(type = "org.hibernate.type.BlobType")
@Lob
Spero che aiuti
Se vuoi convertire il tuo byte[]
in sql digitare Blob
, puoi fare quanto segue:
@Lob(type = LobType.BLOB)
o
@Type(type = "org.hibernate.type.BlobType")
@Lob
Spero che aiuti