<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Tuning Queries when using Pagination with JPA and Hibernate</title>
	<atom:link href="http://solutionsfit.com/blog/2010/03/12/tuning-queries-when-using-pagination-with-jpa-and-hibernate/feed/" rel="self" type="application/rss+xml" />
	<link>http://solutionsfit.com/blog/2010/03/12/tuning-queries-when-using-pagination-with-jpa-and-hibernate/</link>
	<description>Blog by a developer for a developer</description>
	<lastBuildDate>Fri, 14 Oct 2011 13:55:17 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.4</generator>
	<item>
		<title>By: jacob.orshalick</title>
		<link>http://solutionsfit.com/blog/2010/03/12/tuning-queries-when-using-pagination-with-jpa-and-hibernate/comment-page-1/#comment-20177</link>
		<dc:creator>jacob.orshalick</dc:creator>
		<pubDate>Thu, 18 Mar 2010 19:58:57 +0000</pubDate>
		<guid isPermaLink="false">http://solutionsfit.com/blog/2010/03/12/tuning-queries-when-using-pagination-with-jpa-and-hibernate/#comment-20177</guid>
		<description>Thanks for the tip, I&#039;ll have a look at Ebean, looks interesting.</description>
		<content:encoded><![CDATA[<p>Thanks for the tip, I&#8217;ll have a look at Ebean, looks interesting.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rob Bygrave</title>
		<link>http://solutionsfit.com/blog/2010/03/12/tuning-queries-when-using-pagination-with-jpa-and-hibernate/comment-page-1/#comment-20119</link>
		<dc:creator>Rob Bygrave</dc:creator>
		<pubDate>Wed, 17 Mar 2010 22:32:45 +0000</pubDate>
		<guid isPermaLink="false">http://solutionsfit.com/blog/2010/03/12/tuning-queries-when-using-pagination-with-jpa-and-hibernate/#comment-20119</guid>
		<description>WRT limiting results and joins to OneToMany or ManyToMany ... Ebean ORM uses &quot;query joins&quot;. (http://www.avaje.org)

This means that the SQL query can still have the SQL limit/offset, rownum etc limiting... and an additional sql query performs the &#039;query join&#039; fetch of the OneToMany or ManyToMany.

This means you still get the potentially large performance benefits of the sql limit/offset etc rather than using in-memory filtering.

Cheers, Rob.</description>
		<content:encoded><![CDATA[<p>WRT limiting results and joins to OneToMany or ManyToMany &#8230; Ebean ORM uses &#8220;query joins&#8221;. (<a href="http://www.avaje.org" rel="nofollow">http://www.avaje.org</a>)</p>
<p>This means that the SQL query can still have the SQL limit/offset, rownum etc limiting&#8230; and an additional sql query performs the &#8216;query join&#8217; fetch of the OneToMany or ManyToMany.</p>
<p>This means you still get the potentially large performance benefits of the sql limit/offset etc rather than using in-memory filtering.</p>
<p>Cheers, Rob.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: gorlok</title>
		<link>http://solutionsfit.com/blog/2010/03/12/tuning-queries-when-using-pagination-with-jpa-and-hibernate/comment-page-1/#comment-19881</link>
		<dc:creator>gorlok</dc:creator>
		<pubDate>Sat, 13 Mar 2010 20:48:55 +0000</pubDate>
		<guid isPermaLink="false">http://solutionsfit.com/blog/2010/03/12/tuning-queries-when-using-pagination-with-jpa-and-hibernate/#comment-19881</guid>
		<description>Nice article. Good work.</description>
		<content:encoded><![CDATA[<p>Nice article. Good work.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

