RE: [Hibernate] support for ON CASCADE DELETE

2004-07-21 Thread Joe Shevland
Sounds like a nice and performant feature. By doing this we are now skipping/ignoring the LifeCycle stuff on these objects, correct ? Nope, all semantics are preserved. This *only* optimizes away the delete statements. Perfect :) Sorry for the other post, just sent as these

Re: [Hibernate] support for ON CASCADE DELETE

2004-07-21 Thread Henri Tremblay
Does this remove the hibernate limitation on nullable foreign keys? (that foreign keys of collections need to be nullable even if there is a cascade all-delete-orphan). If yes, great! If no, still great! (but I'll be back on this issue). Henri - Original Message - From: Gavin King

Re: [Hibernate] support for ON CASCADE DELETE

2004-07-21 Thread Christian Bauer
On Jul 21, 2004, at 10:42 PM, Henri Tremblay wrote: Does this remove the hibernate limitation on nullable foreign keys? (that foreign keys of collections need to be nullable even if there is a cascade all-delete-orphan). If yes, great! If no, still great! (but I'll be back on this issue). What?

Re: [Hibernate] support for ON CASCADE DELETE

2004-07-21 Thread Henri Tremblay
a little, Henri - Original Message - From: Christian Bauer [EMAIL PROTECTED] To: Henri Tremblay [EMAIL PROTECTED] Cc: hibernate-devel [EMAIL PROTECTED] Sent: Thursday, July 22, 2004 12:07 AM Subject: Re: [Hibernate] support for ON CASCADE DELETE On Jul 21, 2004, at 10:42 PM, Henri

Re: [Hibernate] support for ON CASCADE DELETE

2004-07-20 Thread Gavin King
Max Rydahl Andersen wrote: Sounds like a nice and performant feature. By doing this we are now skipping/ignoring the LifeCycle stuff on these objects, correct ? Nope, all semantics are preserved. This *only* optimizes away the delete statements. And this is also a step in the direction of