As I see you propose lazy loading on object that are not IList.

I think it's bad design to allow lazy load on one object as you want.


On 8/17/06, David Marzo (JIRA) <ibatis-dev@incubator.apache.org> wrote:
Lazy load support for Items
---------------------------

                Key: IBATISNET-182
                URL: http://issues.apache.org/jira/browse/IBATISNET-182
            Project: iBatis for .NET
         Issue Type: Sub-task
         Components: DataMapper
   Affects Versions: DataMapper 1.6
           Reporter: David Marzo
           Priority: Minor
        Attachments: LazyLoadForItems.patch

Attach a patch for the feature of lazy load Items, for the DataMapper version 
1.6

Ej:
 Worker w = loadWorker(idWorker);
 w.Boss.SayHello(); //Loaded by lazy load

Worker<*--Aggregation--1>Boss



--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira





--
Cheers,
Gilles

<a href="http://www.amazon.com/gp/registry/6JCP7AORB0LE";>Wish List</a>

Reply via email to