You can not lazy load a byte[] (how is this supposed to work?)
You can lazy load a byte[] if you run the bytecode instrumentation Ant task of Hibernate,
after you declare FetchType.LAZY (which is a hint for the instrumentation in that case).
You can lazy load a java.sql.*lob (that's the whole point of these types).
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4040814#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...