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] Priority issues

2004-07-21 Thread Christian Bauer
On 21 Jul (02:57), Gavin King wrote: So, let's stay focussed, and get this thing done! I guess we should open a new HB3 project on JIRA or make TODO public. -- Christian Bauer +49 171 455 66 53 Hibernate [EMAIL PROTECTED] http://hibernate.org JBoss Inc [EMAIL PROTECTED] http://jboss.com

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
It's an issue a collegue of mine entered some times ago (HBI-31). But it wasn't well explained (and initially wasn't talking about hibernate 2 so don't even read it, it will makes things harder to explain). But anyway. I'm talking about the fact that hibernate is causing constraint violations if