The comments in the CCursor class state:
Note: Objects retrieved in this manner will not be added to the cache. Also,''' object associations will not be traversed, including those marked as automatic retrieve.
Why is this? Isnt that what Proxies are?
If you wanted to get a list of objects and all their associations, what would be the best way to do this?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
The comments in the CCursor class state:
Note: Objects retrieved in this manner will not be added to the cache. Also,''' object associations will not be traversed, including those marked as automatic retrieve.
Why is this? Isnt that what Proxies are?
If you wanted to get a list of objects and all their associations, what would be the best way to do this?
use
loadObject(ByRef obj As CPersistentObject, ByRef broker As CPersistenceBroker)
this will load full object and all auto-retrieve associations