[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: Attach Entity

goku2 do-not-reply at jboss.com
Tue Sep 18 14:38:38 EDT 2007


Add the @Lob annotation


  | @Basic(fetch=FetchType.LAZY)
  | @Column(updatable=false)
  | @Lob
  | private byte[] content;	
  | 



View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4085687#4085687

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4085687



More information about the jboss-user mailing list