Re: [Hibernate] AST driven QueryTranslator

2004-01-17 Thread Max Rydahl Andersen
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.

[Hibernate] preventing proxy .equals() from initializing the object?

2004-01-17 Thread Adam Megacz
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