You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Both classes extend Entity which does not provide an implementation of equals. Thus, the implementation of Object is used when calling super.equals, which is not what we want