can any one tell me what is the best way to store and Image By hibernate (into MySQL) I have this class Mapping
@Entity @Table(name = "picture") public class PictureEntity implements Serializable { ...