2 Replies Latest reply on Nov 7, 2005 5:25 AM by wangzaixiang

    Does fetch=FetchType.LAZY works now?

    wangzaixiang

      I make a test for the LAZY load support of EJB3.0 persistence in JBoss, but it looks that it not works, the data is loaded eagerly.

      Some times, a bean may have a big collection children, but they maybe not required most time, load eagerly will make performance badly.

      So can somebody tell me: does Jboss EJB3 support LAZY load feature? and how can i use it?

      Thanks.