For this thread, and others...

Since this topic has come up a few times, I've added a setting to allow you
to choose aggressive lazy or super lazy... if that makes any sense.  Docs
are updated.  Look for aggressiveLazyLoading.

Note that calling equals, hashCode, or toString will still cause the
complete object to be loaded, as they won't work correctly unless it does.

Clinton



On Mon, Feb 8, 2010 at 12:13 PM, Daryl Stultz <da...@6degrees.com> wrote:

>
> On Mon, Feb 8, 2010 at 2:08 PM, Hugh Ross <hh4r...@gmail.com> wrote:
>
>> My recollection is that iBatis always eagerly loaded 1 to 1 and many
>> to 1 associations, and only lazy loaded 1 to many's and many to
>> many's, or to put it another way, only lazy loads Collections, not
>> individual objects...
>>
>> I simplified my case here with just a one to many association. I also have
> a collection that is being eagerly loaded.
>
> --
> Daryl Stultz
> _____________________________________
> 6 Degrees Software and Consulting, Inc.
> http://www.6degrees.com
> mailto:da...@6degrees.com
>

Reply via email to