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. >

