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

christian.bauer@jboss.com do-not-reply at jboss.com
Thu Apr 26 00:37:40 EDT 2007


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#4040814

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



More information about the jboss-user mailing list