RE: [Hibernate] Mail Archive

2003-08-03 Thread Brian Topping
Woo hoo!! Any thoughts on uploading the rest of the archive? Does anyone have a full archive of the list in UN*X mbox format? I'll do the work of uploading it... Thanks! Brian > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Sent: Thursday, July 31, 2003 5:40

[Hibernate] Mass Deletes

2003-08-03 Thread Gavin . King
Many users have asked for session.delete("from Foo foo where foo.count=0"); to issue a single SQL DELETE. This is certainly not possible for objects with collections or cascades (though it might not matter if we ignore Lifecycle callback; not sure). For other classes it is conceptually possi

Re: [Hibernate] Joined-subclass with Hibernate and XDoclet

2003-08-03 Thread Gavin . King
Have you set in the ant script? |-+---> | | "Robb Greathouse" | | | <[EMAIL PROTECTED]>| | | Sent by:| | | [EMAIL PROTECTED]| |

Re: [Hibernate] Feature idea

2003-08-03 Thread Gavin . King
Yes, I can certainly see the attraction - and it *has* been requested before. It would be nice to be able to plug in a something like: NamingStrategy strategy = new MyCustomNamingStrategy(); Configuration cfg = new Configuration(); cfg.setNamingStrategy(strategy); perhaps we could even allow th

Re: [Hibernate] FW: externalize SQL

2003-08-03 Thread Gavin . King
Hibernate 2.1 will support queries written in SQL so yes, it will be possible, essentially. Take a look at the latest Road Map on the wiki. |-+---> | | "Morgan, Jennifer" | | | <[EMAIL PROTECT