Sunday 23 November 2014

hibernate mediumblob annotation

Use at:
"@LOB"

@Column(name = "image")
@Lob
private byte[] image;


For saving mediumblob  image to the data base

No comments:

Post a Comment