<?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>Kommentare zu: Lazy vs. Eager Loading in Hibernate</title>
	<atom:link href="http://blog.dynatrace.com/2008/07/01/lazy-vs-eager-loading-in-hibernate/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.dynatrace.com/2008/07/01/lazy-vs-eager-loading-in-hibernate/</link>
	<description></description>
	<lastBuildDate>Sat, 11 Feb 2012 09:39:39 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.3</generator>
	<item>
		<title>Von: Madbid review</title>
		<link>http://blog.dynatrace.com/2008/07/01/lazy-vs-eager-loading-in-hibernate/comment-page-1/#comment-59788</link>
		<dc:creator>Madbid review</dc:creator>
		<pubDate>Mon, 10 Oct 2011 19:16:59 +0000</pubDate>
		<guid isPermaLink="false">http://dynatrace.wordpress.com/2008/07/01/lazy-vs-eager-loading-in-hibernate/#comment-59788</guid>
		<description>It is very interesting to see the difference between lazy and eager load times and their outcomes, thanks for posting</description>
		<content:encoded><![CDATA[<p>It is very interesting to see the difference between lazy and eager load times and their outcomes, thanks for posting</p>
]]></content:encoded>
	</item>
	<item>
		<title>Von: Arno</title>
		<link>http://blog.dynatrace.com/2008/07/01/lazy-vs-eager-loading-in-hibernate/comment-page-1/#comment-32439</link>
		<dc:creator>Arno</dc:creator>
		<pubDate>Thu, 27 Jan 2011 09:45:30 +0000</pubDate>
		<guid isPermaLink="false">http://dynatrace.wordpress.com/2008/07/01/lazy-vs-eager-loading-in-hibernate/#comment-32439</guid>
		<description>I suppose you were using HQL? HQL ignores the fetch configuration (in contrast to Criteria queries, unless you change FetchMode on Criteria itself). HQL only fetches what you tell it to fetch. 

Also, I personally prefer to define lazy-loading for all associations (by the way, setting batch-size or fetch=&quot;subselect&quot; will prevent N+1 selects), and then override this behavior on a per-query basis, in order to achieve eager fetching when needed. Otherwise you might end up with eager loading when not desired.</description>
		<content:encoded><![CDATA[<p>I suppose you were using HQL? HQL ignores the fetch configuration (in contrast to Criteria queries, unless you change FetchMode on Criteria itself). HQL only fetches what you tell it to fetch. </p>
<p>Also, I personally prefer to define lazy-loading for all associations (by the way, setting batch-size or fetch=&#8221;subselect&#8221; will prevent N+1 selects), and then override this behavior on a per-query basis, in order to achieve eager fetching when needed. Otherwise you might end up with eager loading when not desired.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Von: Senthil</title>
		<link>http://blog.dynatrace.com/2008/07/01/lazy-vs-eager-loading-in-hibernate/comment-page-1/#comment-4226</link>
		<dc:creator>Senthil</dc:creator>
		<pubDate>Mon, 15 Jun 2009 13:09:29 +0000</pubDate>
		<guid isPermaLink="false">http://dynatrace.wordpress.com/2008/07/01/lazy-vs-eager-loading-in-hibernate/#comment-4226</guid>
		<description>If the same is written with Criteria then it will work as expected.</description>
		<content:encoded><![CDATA[<p>If the same is written with Criteria then it will work as expected.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Von: nyuby</title>
		<link>http://blog.dynatrace.com/2008/07/01/lazy-vs-eager-loading-in-hibernate/comment-page-1/#comment-3241</link>
		<dc:creator>nyuby</dc:creator>
		<pubDate>Thu, 14 May 2009 05:24:27 +0000</pubDate>
		<guid isPermaLink="false">http://dynatrace.wordpress.com/2008/07/01/lazy-vs-eager-loading-in-hibernate/#comment-3241</guid>
		<description>Nice tutorial....thanks,</description>
		<content:encoded><![CDATA[<p>Nice tutorial&#8230;.thanks,</p>
]]></content:encoded>
	</item>
	<item>
		<title>Von: miluch</title>
		<link>http://blog.dynatrace.com/2008/07/01/lazy-vs-eager-loading-in-hibernate/comment-page-1/#comment-2174</link>
		<dc:creator>miluch</dc:creator>
		<pubDate>Wed, 15 Apr 2009 15:18:31 +0000</pubDate>
		<guid isPermaLink="false">http://dynatrace.wordpress.com/2008/07/01/lazy-vs-eager-loading-in-hibernate/#comment-2174</guid>
		<description>it is all because hql does not take into consideration your lazy/eager settings.</description>
		<content:encoded><![CDATA[<p>it is all because hql does not take into consideration your lazy/eager settings.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

