Hello All
I use proxies for loading and accessing object by references .
On all the implementation and interface of my objects  I have a method
equals and hashCode which allow me to store some of those object in Maps for
retrieve them in an easy way ( which is really fast ) .
The problem with the RC5 is that now in the IndirectionHandler the method
hashCode is not redirected (it was in RC4 ).
As this returned result is not even based on the Identity, I cannot use a
Table with proxies and RealObject ( newly 
Created objects for example ) .
I agree with the comment of the new IndirectionHandler ( RC5  ) that the
hashCode should not change even if the 
Object is not materialized . But the hashCode should not be the one by
default of all Java Objects but at least one hashCode based on the identity.




B.R

Thierry 

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to