<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
	<channel>
		<title><![CDATA[Latest posts for the topic "Retrieving results count"]]></title>
		<link>http://forums.visual-paradigm.com/posts/32.html</link>
		<description><![CDATA[Latest messages posted in the topic "Retrieving results count"]]></description>
		<generator>JForum - http://www.jforum.net</generator>
			<item>
				<title>Retrieving results count</title>
				<description><![CDATA[ What is the best way to retrieve the results  COUNT of a query that was performed using the generated Criteria or Factory classes?<br> Jean]]></description>
				<guid isPermaLink="true">http://forums.visual-paradigm.com/posts/1682#6149.html</guid>
				<link>http://forums.visual-paradigm.com/posts/1682#6149.html</link>
				<pubDate><![CDATA[Fri, 13 Oct 2006 01:51:36]]></pubDate>
				<author><![CDATA[ jvence]]></author>
			</item>
			<item>
				<title>Retrieving results count</title>
				<description><![CDATA[ What is the best way to retrieve the results  COUNT of a query that was performed using the generated Criteria or Factory classes? Is there anyway to do this without loading everything into an array using the 'list' functions.<br> Jean]]></description>
				<guid isPermaLink="true">http://forums.visual-paradigm.com/posts/1682#6150.html</guid>
				<link>http://forums.visual-paradigm.com/posts/1682#6150.html</link>
				<pubDate><![CDATA[Fri, 13 Oct 2006 01:52:55]]></pubDate>
				<author><![CDATA[ jvence]]></author>
			</item>
			<item>
				<title>Re:Retrieving results count</title>
				<description><![CDATA[ Hi jvence,<br> <br> Now you can get the count from the list or write the query directly.<br> <br> Best regards,<br> Jick]]></description>
				<guid isPermaLink="true">http://forums.visual-paradigm.com/posts/1682#6162.html</guid>
				<link>http://forums.visual-paradigm.com/posts/1682#6162.html</link>
				<pubDate><![CDATA[Fri, 13 Oct 2006 15:29:13]]></pubDate>
				<author><![CDATA[ Jick]]></author>
			</item>
			<item>
				<title>Re:Retrieving results count</title>
				<description><![CDATA[ String HQL = "select count(*) from User"<br> Quey query = session.createQuery(HQL);<br> query.execute();<br> then get the count result<br> easy. try more don't depend on the DBVA. Maybe use Spring + Hibernate<br> ]]></description>
				<guid isPermaLink="true">http://forums.visual-paradigm.com/posts/1682#6234.html</guid>
				<link>http://forums.visual-paradigm.com/posts/1682#6234.html</link>
				<pubDate><![CDATA[Thu, 19 Oct 2006 11:22:04]]></pubDate>
				<author><![CDATA[ fucku]]></author>
			</item>
	</channel>
</rss>