[jboss-user] [EJB 3.0] - Re: eager vs. lazy fetching

mazz@jboss.com do-not-reply at jboss.com
Thu Feb 22 08:15:45 EST 2007


You cannot programatically set the eager/lazy setting.  You either set it to EAGER and have it always fetch, or you set it to lazy and for those things (like servlets) that need to force an eager fetch, they would need to call into some SLSB or some such thing that performs a FETCH JOIN query.

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4020547#4020547

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



More information about the jboss-user mailing list