Re: [Hibernate] problem with m-to-n and 1-to-1 relationship and repeating entities

2003-02-04 Thread Gavin . King
I'm not 100% certain ... it would help if you would post a Hibernate debug-level log Did you set unsaved-value on HibernateAdministrator? The creating new rows instead of updating existing rows thing is almost always a problem to do with unsaved-value being set wrongly... Did you read the new

[Hibernate] problem with m-to-n and 1-to-1 relationship and repeating entities

2003-02-03 Thread Justen Stepka
I hate to ask, but I'm having a problem I just can track down.. maybe someone can help... I currently have serveral objects which all have the following relationship to an Audit/Note object where administrators can add a note about a specific object (user account, system device, etc): !--