RE: TypeHandlerCallback and lazy loading

2005-05-31 Thread Niels Beekman
erCallback and lazy loading Lazy loading won't reduce the number of queries, unless you're never accessing the data you're retrieving, in which case I'd ask why you're loading it at all. Consider joining the data and mapping it with groupBy="" and a

Re: TypeHandlerCallback and lazy loading

2005-05-31 Thread Clinton Begin
Lazy loading won't reduce the number of queries, unless you're never accessing the data you're retrieving, in which case I'd ask why you're loading it at all. Consider joining the data and mapping it with groupBy="" and a nested resultMap.  This faq might help http://opensource.atlassian.com/conf