<?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: Understanding Caching in Hibernate &#8211; Part Two : The Query Cache</title>
	<atom:link href="http://blog.dynatrace.com/2009/02/16/understanding-caching-in-hibernate-part-two-the-query-cache/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.dynatrace.com/2009/02/16/understanding-caching-in-hibernate-part-two-the-query-cache/</link>
	<description>dynaTrace Blog on Performance, Scalabilty and Architecture - Java and .NET  Application Performance Management</description>
	<lastBuildDate>Thu, 11 Mar 2010 22:16:09 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Sami</title>
		<link>http://blog.dynatrace.com/2009/02/16/understanding-caching-in-hibernate-part-two-the-query-cache/comment-page-1/#comment-9144</link>
		<dc:creator>Sami</dc:creator>
		<pubDate>Mon, 30 Nov 2009 12:06:14 +0000</pubDate>
		<guid isPermaLink="false">http://blog.dynatrace.com/?p=366#comment-9144</guid>
		<description>Great post thank you. But I have a question; I can&#039;t remove the cached query from the cache! I need to refresh the cache after performing data changes.</description>
		<content:encoded><![CDATA[<p>Great post thank you. But I have a question; I can&#8217;t remove the cached query from the cache! I need to refresh the cache after performing data changes.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Useful Links for Java/J2EE &#171; Learning By Sharing</title>
		<link>http://blog.dynatrace.com/2009/02/16/understanding-caching-in-hibernate-part-two-the-query-cache/comment-page-1/#comment-5044</link>
		<dc:creator>Useful Links for Java/J2EE &#171; Learning By Sharing</dc:creator>
		<pubDate>Tue, 07 Jul 2009 10:27:07 +0000</pubDate>
		<guid isPermaLink="false">http://blog.dynatrace.com/?p=366#comment-5044</guid>
		<description>[...]                                                             Part 2 &#8211; http://blog.dynatrace.com/2009/02/16/understanding-caching-in-hibernate-part-two-the-query-cache/ [...]</description>
		<content:encoded><![CDATA[<p>[...]                                                             Part 2 &#8211; <a href="http://blog.dynatrace.com/2009/02/16/understanding-caching-in-hibernate-part-two-the-query-cache/" rel="nofollow"></a><a href='http://blog.dynatrace.com/2009/02/16/understanding-caching-in-hibernate-part-two-the-query-cache/'>http://blog.dynatrace.com/2009/02/16/understanding-caching-in-hibernate-part-two-the-query-cache/</a> [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alois Reitbauer</title>
		<link>http://blog.dynatrace.com/2009/02/16/understanding-caching-in-hibernate-part-two-the-query-cache/comment-page-1/#comment-1637</link>
		<dc:creator>Alois Reitbauer</dc:creator>
		<pubDate>Fri, 27 Mar 2009 23:35:22 +0000</pubDate>
		<guid isPermaLink="false">http://blog.dynatrace.com/?p=366#comment-1637</guid>
		<description>The point is that the Entity Manager is part of JPA and JPA does not define those nice caching methods. However as Shervin wrote you can use the hints methods to pass this on to hibernate. 

Caching is a bit of a neglected part of JPA - also of JPA 2.0 as it seems right now.</description>
		<content:encoded><![CDATA[<p>The point is that the Entity Manager is part of JPA and JPA does not define those nice caching methods. However as Shervin wrote you can use the hints methods to pass this on to hibernate. </p>
<p>Caching is a bit of a neglected part of JPA &#8211; also of JPA 2.0 as it seems right now.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shervin Asgari</title>
		<link>http://blog.dynatrace.com/2009/02/16/understanding-caching-in-hibernate-part-two-the-query-cache/comment-page-1/#comment-1624</link>
		<dc:creator>Shervin Asgari</dc:creator>
		<pubDate>Fri, 27 Mar 2009 13:23:17 +0000</pubDate>
		<guid isPermaLink="false">http://blog.dynatrace.com/?p=366#comment-1624</guid>
		<description>@Michael, what you can do is on the query you create, you can say:

entityManager.createQuery(&quot;select person from person&quot;).setHint(&quot;org.hibernate.cacheable&quot;, true).getResultList();

Then it will enable the query caching.
Hope this helps.</description>
		<content:encoded><![CDATA[<p>@Michael, what you can do is on the query you create, you can say:</p>
<p>entityManager.createQuery(&#8220;select person from person&#8221;).setHint(&#8220;org.hibernate.cacheable&#8221;, true).getResultList();</p>
<p>Then it will enable the query caching.<br />
Hope this helps.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Performance, Scalability and Architecture - Java and .NET Application Performance Management (dynaTrace Blog) &#187; Understanding Caching in Hibernate - Part Three : The Second Level Cache</title>
		<link>http://blog.dynatrace.com/2009/02/16/understanding-caching-in-hibernate-part-two-the-query-cache/comment-page-1/#comment-1617</link>
		<dc:creator>Performance, Scalability and Architecture - Java and .NET Application Performance Management (dynaTrace Blog) &#187; Understanding Caching in Hibernate - Part Three : The Second Level Cache</dc:creator>
		<pubDate>Fri, 27 Mar 2009 01:03:57 +0000</pubDate>
		<guid isPermaLink="false">http://blog.dynatrace.com/?p=366#comment-1617</guid>
		<description>[...] the last posts I already covered the session cache as well as the query cache. In this post I will focus on the second-level cache. The Hibernate Documentation provides a good [...]</description>
		<content:encoded><![CDATA[<p>[...] the last posts I already covered the session cache as well as the query cache. In this post I will focus on the second-level cache. The Hibernate Documentation provides a good [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: fussball</title>
		<link>http://blog.dynatrace.com/2009/02/16/understanding-caching-in-hibernate-part-two-the-query-cache/comment-page-1/#comment-1364</link>
		<dc:creator>fussball</dc:creator>
		<pubDate>Sat, 07 Mar 2009 13:49:33 +0000</pubDate>
		<guid isPermaLink="false">http://blog.dynatrace.com/?p=366#comment-1364</guid>
		<description>Gute Arbeit hier! Gute Inhalte.</description>
		<content:encoded><![CDATA[<p>Gute Arbeit hier! Gute Inhalte.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: lieben</title>
		<link>http://blog.dynatrace.com/2009/02/16/understanding-caching-in-hibernate-part-two-the-query-cache/comment-page-1/#comment-1356</link>
		<dc:creator>lieben</dc:creator>
		<pubDate>Fri, 06 Mar 2009 15:21:26 +0000</pubDate>
		<guid isPermaLink="false">http://blog.dynatrace.com/?p=366#comment-1356</guid>
		<description>Interessante Informationen.</description>
		<content:encoded><![CDATA[<p>Interessante Informationen.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael</title>
		<link>http://blog.dynatrace.com/2009/02/16/understanding-caching-in-hibernate-part-two-the-query-cache/comment-page-1/#comment-1193</link>
		<dc:creator>Michael</dc:creator>
		<pubDate>Fri, 20 Feb 2009 11:58:41 +0000</pubDate>
		<guid isPermaLink="false">http://blog.dynatrace.com/?p=366#comment-1193</guid>
		<description>Hi,
I am using hibernate entity manager.
I wanted to use the query cache as you explained above, but Query returned by entity manager createQuery() method does not support setCacheable() ability.</description>
		<content:encoded><![CDATA[<p>Hi,<br />
I am using hibernate entity manager.<br />
I wanted to use the query cache as you explained above, but Query returned by entity manager createQuery() method does not support setCacheable() ability.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
