Guys, We are moving in direction of better distributed SQL support, it means that we always will need to know an affinity field name for key type.
Now we have AffinityKeyMapper which hides it from us. Since we have other means of configuring the affinity key, e.g CacheKeyConfiguration and @AffinityKeyMapped, I suggest to either drop this interface or change it so that it just return affinity key field name instead of the affinity key field value. I prefer dropping it. What do you think? Sergi
