Joshua Davis wrote:
Well, it's checked in but it doesn't work... yet.
Any news ? ;)
/max
---
The SF.Net email is sponsored by EclipseCon 2004
Premiere Conference on Open Tools Development and Integration
See the breadth of Eclipse activity.
All of my persistent classes inherit from a common (non-persisted)
superclass which declares an id field (long). The equality semantics
for our schema are such that if two objects have the same id, they are
"equal" in the Java sense.
So, I wrote equals() and hashCode() based only on the id field