It would be sometimes convenient to be able to load the records into a KeyMap instead of a List.
We could propose something like ReadInKeyMap("key property name") where key property name which entity property is to be used as a key.
Every record would then be added to an appropriate KeyMap<property,entity>.
It would be sometimes convenient to be able to load the records into a KeyMap instead of a List.
We could propose something like
ReadInKeyMap("key property name")where key property name which entity property is to be used as a key.Every record would then be added to an appropriate
KeyMap<property,entity>.