image « Fetch « JPA Q&A





1. Store and retrieve Image by Hibernate    stackoverflow.com

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 {

   ...