Hi.
In Section "14.15. Tips & Tricks":
You can count the number of query results without actually returning them:
( (Integer) session.iterate("select count(*) from ").next() ).intValue()
I don't find any session.iterate() method... Maybe it should read:
( (Integer) session.createQuery("se
yes, open a JIRA issue please
andresgr wrote:
Hi.
In Section "14.15. Tips & Tricks":
You can count the number of query results without actually returning
them:
( (Integer) session.iterate("select count(*) from ").next()
).intValue()
I don't find any session.iterate() method... Maybe
On 30/10/06, Max Rydahl Andersen <[EMAIL PROTECTED]> wrote:
ok, submit a patch and i can run the testsuite for it.
I'll see if something stupid is broken in the ant junit testsuite.
running it from eclipse creates no unknown failures on my side.
Your hibernate.properties commit seems to have
I'm a newbie to hibernate 3 (haven't worked with older
versions) and am trying to understand the difference between the get() and the
load() methods of the Hibernate Session Object.
After reading the Hibernate documentation and the discussion
at http://www.jboss.com/index.html?module=b
On Oct 31, 2006, at 6:35 PM, Vikas Phonsa wrote:
I'm a newbie to hibernate 3 (haven't worked with older versions)
and am trying to understand the difference between the get() and
the load() methods of the Hibernate Session Object.
http://forum.hibernate.org/
__
Guys, be nice to people who don't read the mailing list page. Alexis
is watching.
Begin forwarded message:
From: "Alexis Pigeon" <[EMAIL PROTECTED]>
Date: October 31, 2006 7:01:01 PM GMT+01:00
To: "Christian Bauer" <[EMAIL PROTECTED]>
Subject: Re: [hibernate-dev] Session get() and load()
Hi
It depends,
For documentation issue, yes (check the SVN version though)
For a behavior you think is a bug, it is usually better to ask first for
recommendation on the forum (many eyes are watching)
Then you can post a JIRA issue with a minimal runnable test case.
We have a very high false posit
View results here -> http://cruisecontrol.jboss.com/cc/buildresults/hibernate-hsqldb-testsuite?log=log20061031220016
TESTS FAILEDAnt Error Message: /home/cruisecontrol/work/scripts/build-hibernate-db-matrix.xml:92: The following error occurred while executing this line: /home/cruisecontrol/work/sc