RE: Lazy loading issues

2007-03-26 Thread Wouter Roose
relationships. } else if ( IBaseDomain.class.isAssignableFrom(targetType) && !Modifier.isAbstract(targetType.getModifiers())) { return Enhancer.create(targetType, new Class[] { IBaseDomain.class } , this); } else { loadObject(); return resultObject;

RE: Lazy loading issues

2007-03-16 Thread Wouter Roose
Anybody? _ Van: Wouter Roose [mailto:[EMAIL PROTECTED] Verzonden: maandag 12 maart 2007 8:49 Aan: user-java@ibatis.apache.org Onderwerp: Lazy loading issues Hello Concerning <http://opensource.atlassian.com/confluence/oss/display/IBATIS/Lazy+loading+ issues>

Lazy loading issues

2007-03-11 Thread Wouter Roose
Hello Concerning http://opensource.atlassian.com/confluence/oss/display/IBATIS/Lazy+loading+i ssues I encountered the second problem. Could somebody be so kind to add some coding examples to the solution

RE: Lazy Loading

2006-12-19 Thread Wouter . Roose
Thanks Paul this was very helpfull, this kind of explanation schould be in the manual! mvg, Wouter Roose tel.: 02 787 54 08 __ SmalS-MvM sluit elke aansprakelijkheid uit in verband met de juistheid, de

Lazy Loading

2006-12-18 Thread Wouter . Roose
oader(); return Proxy.newProxyInstance(cl, LIST_INTERFACES, handler); } else { return ResultLoader.getResult(client, statementName, parameterObject, targetType); } } mvg, Wouter Roose tel.: 02 787