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
_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to