Details
-
Sub-task
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
DataMapper 1.6
-
None
Description
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