[PHPCR-54] Implement LazyLoad for MANY_TO_ONE referenced docs Created: 22/Feb/12 Updated: 22/Feb/12 Resolved: 22/Feb/12 |
|
| Status: | Closed |
| Project: | Doctrine PHPCR |
| Component/s: | None |
| Affects Version/s: | None |
| Fix Version/s: | None |
| Type: | Improvement | Priority: | Major |
| Reporter: | Christian Stocker | Assignee: | Lukas Kahwe |
| Resolution: | Can't Fix | Votes: | 0 |
| Labels: | None | ||
| Description |
|
MANY_TO_MANY referenced are now only loaded on demand (see |
| Comments |
| Comment by Lukas Kahwe [ 22/Feb/12 ] |
|
there is nothing we can do here .. we need to know the path, so that we can prevent duplicate instances if someone fetches by path and not by uuid. |