<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>solutionsfit.com &#124; Jacob Orshalick &#187; Hibernate</title>
	<atom:link href="http://solutionsfit.com/blog/category/java/hibernate/feed/" rel="self" type="application/rss+xml" />
	<link>http://solutionsfit.com/blog</link>
	<description>Blog by a developer for a developer</description>
	<lastBuildDate>Sat, 31 Jul 2010 01:39:32 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Tuning Queries when using Pagination with JPA and Hibernate</title>
		<link>http://solutionsfit.com/blog/2010/03/12/tuning-queries-when-using-pagination-with-jpa-and-hibernate/</link>
		<comments>http://solutionsfit.com/blog/2010/03/12/tuning-queries-when-using-pagination-with-jpa-and-hibernate/#comments</comments>
		<pubDate>Fri, 12 Mar 2010 18:13:58 +0000</pubDate>
		<dc:creator>jacob.orshalick</dc:creator>
				<category><![CDATA[Hibernate]]></category>
		<category><![CDATA[JPA]]></category>
		<category><![CDATA[Java]]></category>

		<guid isPermaLink="false">http://solutionsfit.com/blog/2010/03/12/tuning-queries-when-using-pagination-with-jpa-and-hibernate/</guid>
		<description><![CDATA[In recent performance tuning of some EJBQL search queries, I&#8217;ve had a lot of discussions with other developers on database pagination.  There are some definite nuances that you have to be aware of when using Hibernate&#8217;s pagination feature, so I thought I would explain them here.
Quick Introduction to Database Pagination with JPA
Database pagination allows [...]]]></description>
		<wfw:commentRss>http://solutionsfit.com/blog/2010/03/12/tuning-queries-when-using-pagination-with-jpa-and-hibernate/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Extending query by example through annotation</title>
		<link>http://solutionsfit.com/blog/2007/12/04/extending-query-by-example-through-annotation/</link>
		<comments>http://solutionsfit.com/blog/2007/12/04/extending-query-by-example-through-annotation/#comments</comments>
		<pubDate>Tue, 04 Dec 2007 17:33:12 +0000</pubDate>
		<dc:creator>jacob.orshalick</dc:creator>
				<category><![CDATA[Hibernate]]></category>
		<category><![CDATA[JPA]]></category>

		<guid isPermaLink="false">http://solutionsfit.com/blog/2007/12/04/extending-query-by-example-through-annotation/</guid>
		<description><![CDATA[Query by example (QBE) is a great feature for easily executing Criteria using Hibernate. By simply filling in an object and submitting it, Hibernate automatically generates the query based on the values set in the object. While this is an attractive option, in my experience it usefulness quickly becomes limited. In many cases, specifying Restrictions [...]]]></description>
		<wfw:commentRss>http://solutionsfit.com/blog/2007/12/04/extending-query-by-example-through-annotation/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
	</channel>
</rss>
