Re: [Hibernate] Count method

2004-12-21 Thread Max Rydahl Andersen
On Wed, 22 Dec 2004 12:10:14 +1000, dchannon <[EMAIL PROTECTED]> wrote: Add me to the list of users who have asked to have this small mod to the criteria API. In my case, I decided to not use the whole API because of this (small) missing but critical aspect. I understand the importance - and as

Re: [Hibernate] [PROJECT] - Missing nntp user forum

2004-12-21 Thread Christian Bauer
Ilias Lazaridis wrote: where can I find the nntp user forum of hibernate? There is no such thing, a web-based forum is easier for everyone. -- Christian Bauer +49 171 455 66 53 callto://christian-bauer Hibernate [EMAIL PROTECTED] http://hibernate.org JBoss Inc [EMAIL PROTECTED] http://jboss.com ---

[Hibernate] [PROJECT] - Missing nntp user forum

2004-12-21 Thread Ilias Lazaridis
where can I find the nntp user forum of hibernate? . -- http://lazaridis.com --- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the

RE: [Hibernate] Count method

2004-12-21 Thread dchannon
Add me to the list of users who have asked to have this small mod to the criteria API. In my case, I decided to not use the whole API because of this (small) missing but critical aspect. To answer your question Max, I would suggest the .count() gets implements on the classic session and not on the

[Hibernate] (no subject)

2004-12-21 Thread d...@mail.eqyn.ac.cn
hibernate-devel,您好! 致 礼! dhj [EMAIL PROTECTED]   2004-12-22

Re: [Hibernate] Count method

2004-12-21 Thread Christian Bauer
Max Rydahl Andersen wrote: you got a point - but it just feel weird to have us add a most-wanted feature to a 2.1.x release when we don't want to add new features to that branch + releasing a H3 that won't have that .count() ...or do you plan to apply it to H3 too ? I haven't thought about th

Re: [Hibernate] Count method

2004-12-21 Thread Max Rydahl Andersen
On Tue, 21 Dec 2004 16:43:29 +0200, Christian Bauer <[EMAIL PROTECTED]> wrote: Max Rydahl Andersen wrote: except users using that .count() patch won't have a migration path to 3.x in the near future. Sure, they will have to implement the new API then. Whats the difference between replacing a

Re: [Hibernate] Count method

2004-12-21 Thread Christian Bauer
Max Rydahl Andersen wrote: except users using that .count() patch won't have a migration path to 3.x in the near future. Sure, they will have to implement the new API then. Whats the difference between replacing a handwritten hack/workaround or a deprecated count() method? -- Christian Bauer +4

Re: [Hibernate] Count method

2004-12-21 Thread Max Rydahl Andersen
On Tue, 21 Dec 2004 16:07:06 +0200, Christian Bauer <[EMAIL PROTECTED]> wrote: How about some christmas controversy (or christmas present, depending on your position): +1 for applying the Criteria.count() patch in 2.1.8 and be done with it for Hibernate2. If we are going to design a Criteri

[Hibernate] Count method

2004-12-21 Thread Christian Bauer
How about some christmas controversy (or christmas present, depending on your position): +1 for applying the Criteria.count() patch in 2.1.8 and be done with it for Hibernate2. If we are going to design a Criteria API in the 3.0/3.1 timeline, it doesn't matter what happens to 2.1. -- Christian

Re: [Hibernate] Caching of cglib generated classes

2004-12-21 Thread Max Rydahl Andersen
On Tue, 21 Dec 2004 11:03:08 +0100, Joris Verschoor <[EMAIL PROTECTED]> wrote: Hi, I was wondering weather it's a good idea to make a patch to cache the generated classes by hibernate. This, to reduce startup time even more. Let me know, if I should try to whip something up I did a quick try

[Hibernate] Caching of cglib generated classes

2004-12-21 Thread Joris Verschoor
Hi, I was wondering weather it's a good idea to make a patch to cache the generated classes by hibernate. This, to reduce startup time even more. Let me know, if I should try to whip something up Joris --- SF email is sponsored by - The IT Prod