A Part relation is bi-directional, meaning the object
at each end of the relation knows about the object at
the other end. When I create part relation (using
external storage) from obj1 to obj2, I can access obj2
from obj1. But I can access obj1 from obj2 only if obj1
is already in memory. It would be nice to always be
able to access parent object. This way part
relationship will be truly bi-directional.
Maksud.