Yeah, and that's what I've been using, but what I was asking was is there still a way to do it on a per mapping basis? From this, it sounds like you either use lazy loading or you don't.
-----Original Message----- From: Brandon Goodin [mailto:[EMAIL PROTECTED] Sent: Monday, December 06, 2004 3:28 PM To: McCarrier, Alex Cc: [EMAIL PROTECTED] Subject: Re: Lazy loading Check page 6 and 8 in the ibatis SQL Map user guide. Brandon On Mon, 6 Dec 2004 14:36:02 -0600, McCarrier, Alex <[EMAIL PROTECTED]> wrote: > What is the proper way to do lazy loading in ibatis 2? In our old > mapping files we had a parameter on property in the result map that > said lazy-load="false" ... What is the ibatis 2 equivalent? The docs > talk about lazy loading but I can't find anywhere where it says how to > use it, other than to enable or disable it globally. > > I'm trying to solve my latest sqlmap 2 upgrade problem, I converted > all our code to use the sqlmaps 2 apis, and now I have a remove > statement that seems to be deadlocking the server. >

