All:
      I have a class with an embedded Id field which represents a PK
on  my DB table.
I am able to save a record to the table but if I attempt to update an
existing row in my table
hibernate attempts to insert a new record instead of updating the
record. The embedded Id
is clearly not null so hibernate should update not insert a new
record. Is this a possible bug
in hibernate or JPA? I am using hibernate's JPA with annotations.

--
- Paul

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to