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
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
Have you set in the ant script?
|-+--->
| | "Robb Greathouse" |
| | <[EMAIL PROTECTED]>|
| | Sent by:|
| | [EMAIL PROTECTED]|
|
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
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