Re: [Hibernate] Criteria.resultsCount()

2004-07-22 Thread Christian Bauer
On Jul 22, 2004, at 10:21 AM, Kunal Parikh wrote: Do you guys think it is worthwhile to add a resultsCount() method in Criteria, that'll do a count(*) using the same where clause and return an Integer ? I would like to code this functionality in, if people on this list validate the concept.

Re: [Hibernate] Priority issues

2004-07-22 Thread Matt Veitas
Is there a plan to make TODO public in the near future? -Matt Christian Bauer wrote: 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. -- Matt Veitas Object Sciences Corporation 6359 Walker

[Hibernate] automatic cleaning of imports in H3

2004-07-22 Thread Max Rydahl Andersen
Hello hibernate-devel, FYI - i've added automatic cleaning of imports in H3 as I was getting tired of the careless antlr generator ;) -- Best regards, Max Rydahl Andersen mailto:[EMAIL PROTECTED] www.hibernate.org --- This SF.Net

[Hibernate] Patch to hbm2java to allow classes to not be overwritten once generated

2004-07-22 Thread Anthony Schexnaildre
I find it useful when using the params generate-concrete-empty-classes and baseclass-prefix in the config.xml to hbm2java to not overwrite the generated concrete class once it exists because that is where I am writing my accessor methods. I added the following code to Generator.java. Please add it