All accesses to the data store goes through the object id, so it would be quite easy to write a little entity cache. Since there are so many database accesses, performance might not be too fun otherwise.
After hearing the presentation about how TopLink handles
this, it ought to be done by shortcuirciting the factory
call. This would also improve the normal search functions,
since we get a single database call instead of N.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Logged In: YES
user_id=1205
After hearing the presentation about how TopLink handles
this, it ought to be done by shortcuirciting the factory
call. This would also improve the normal search functions,
since we get a single database call instead of N.