Thanks :)
Dale Newfield wrote:
Richard Reyes wrote:
Suppose this object is unknowingly reference by other objects and
deleting it would throw a hibernate constraint exception.
Good practice says go find those places where this is referenced,
clean it out of there, then delete it. If you have relationships that
you can't easily find, then maybe you just need to add the other end
of those relationships to your object (as inverse, lazy, of course),
so that you can know exactly what objects contain those references.
-Dale
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]