[jboss-user] [JBoss Seam] - Re: Possible to Stream Object to user in Seam?

jazir1979 do-not-reply at jboss.com
Wed Apr 25 20:31:57 EDT 2007


I'm using a byte[] and MySQL together and it works fine, although I did have a feeling the lazy loading is being ignored as the original poster said, but haven't tested it properly.


  |     @Lob
  |     @Basic(fetch = FetchType.LAZY)
  |     @Column(nullable = false)
  |     public byte[] getData() {
  |         return data;
  |     }
  | 


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

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



More information about the jboss-user mailing list