Hi
  I was going through the ComplexKeyGenerator class. I found that the class
generates key by concatenating the all keys to make compound key. But I am
wondering that some cases can arise later which can create problems.

For example our data has 2 attributes as key
key1 key2  data
CA   US       xyz
C    AUS       abc

In this case key for both rows will be same will it cause any problem?
Instead of keeping keys as string keeping them as map will solve the
problem?

Thanks

Reply via email to