| Thanks for the quick response!
 Interesting, I would have never guessed that "id" would be a reserved word.
 
 Just out of curiosity, is there a simple reason for having it always map to whatever your hibernate id column is?
 
 Hmm, if I'm the first person to notice this, I wonder if I'm doing something odd.  All of my hibernatable objects have an application id--I never explicitly touch the hibernate id in the app.  So, for the sake of orthogonality, I thought I would rename all of my various appids to "id" (instead of "packageId", "objectxId", "objectyId", etc.).  I could of course still do this, I just have to pick a name other than "id".  :)
 
 --
 John Lindsey
 
 
 |