It's a javadoc problem. It used to work as you say, but I was convinced to change it for performance reasons. Those stores add up and almost all of them are superfluous.
Instead, call initialize() with all String IDs in your data model. I should update the javadoc then. Does that help? Sean
