Rice Yeh commented on Bug HHH-7564

The equals method in the generated proxy for an entity does not check reference equality (java.lang.Object.equals) first before calling the equals method of the proxy's implementation. This will cause a proxy does not equals to itself when calling the implementation object's equals method check class equality (which is done by eclipse auto-generated source code).

This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira