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#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...