You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user-cs@ibatis.apache.org by Paul Gielens <pg...@gmail.com> on 2005/09/03 09:44:42 UTC

Lazy Load 1:1

While mapping a 1:1 association I noticed this to cause a null exception. 
Since the documentation assumes lazy loading simply works I decided to 
search Jira and found "Lazy load support for Strong typed collections and 
single Items" (http://issues..apache.org/jira/browse/IBATISNET-105). When 
will this useful feature be available?

 Best regards,

Paul Gielens

Capgemini

Re: Lazy Load 1:1

Posted by Gilles Bayon <ib...@gmail.com>.
Lazy loading only works for collection implementing IList.
The *IBATISNET-105for* need futher investigation, I'am not sure the patch 
for strong typed collection is working and I don't see the benefit of 
lazy-loading a 1:1 in term of performance.
This features won't be available in the next version.

 On 9/3/05, Paul Gielens <pg...@gmail.com> wrote: 
> 
> While mapping a 1:1 association I noticed this to cause a null exception. 
> Since the documentation assumes lazy loading simply works I decided to 
> search Jira and found "Lazy load support for Strong typed collections and 
> single Items" ( http://issues..apache.org/jira/browse/IBATISNET-105). When 
> will this useful feature be available?
> 
>  Best regards,
> 
> Paul Gielens
> 
> Capgemini
>