<?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: 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></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: Understanding Caching in Hibernate &#171; Java Magic</title>
		<link>http://blog.dynatrace.com/2009/02/16/understanding-caching-in-hibernate-part-two-the-query-cache/comment-page-1/#comment-60237</link>
		<dc:creator>Understanding Caching in Hibernate &#171; Java Magic</dc:creator>
		<pubDate>Mon, 28 Nov 2011 13:07:23 +0000</pubDate>
		<guid isPermaLink="false">http://blog.dynatrace.com/?p=366#comment-60237</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>Von: Top 10 Performance Problems &#171; Microtime Computers</title>
		<link>http://blog.dynatrace.com/2009/02/16/understanding-caching-in-hibernate-part-two-the-query-cache/comment-page-1/#comment-59535</link>
		<dc:creator>Top 10 Performance Problems &#171; Microtime Computers</dc:creator>
		<pubDate>Wed, 14 Sep 2011 14:57:22 +0000</pubDate>
		<guid isPermaLink="false">http://blog.dynatrace.com/?p=366#comment-59535</guid>
		<description>[...] Reads: Understanding Hibernate Session Cache, Understanding the Query Cache, Understanding the Second Level [...]</description>
		<content:encoded><![CDATA[<p>[...] Reads: Understanding Hibernate Session Cache, Understanding the Query Cache, Understanding the Second Level [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Von: Alois Reitbauer</title>
		<link>http://blog.dynatrace.com/2009/02/16/understanding-caching-in-hibernate-part-two-the-query-cache/comment-page-1/#comment-28539</link>
		<dc:creator>Alois Reitbauer</dc:creator>
		<pubDate>Mon, 20 Dec 2010 19:14:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.dynatrace.com/?p=366#comment-28539</guid>
		<description>Derlon,

I state that you can use the query cache also without the second level cache. In many cases you will want to however use both, but you do not need to.

EhCache is just one implementation of a cache provider to be used with Hibernate. In Hibernate - as I stated- EhCache is also used for the query cache. This however does not mean you use the second level. This depends on whether you set your Hibernate properties to enable the cache</description>
		<content:encoded><![CDATA[<p>Derlon,</p>
<p>I state that you can use the query cache also without the second level cache. In many cases you will want to however use both, but you do not need to.</p>
<p>EhCache is just one implementation of a cache provider to be used with Hibernate. In Hibernate &#8211; as I stated- EhCache is also used for the query cache. This however does not mean you use the second level. This depends on whether you set your Hibernate properties to enable the cache</p>
]]></content:encoded>
	</item>
	<item>
		<title>Von: Derlon</title>
		<link>http://blog.dynatrace.com/2009/02/16/understanding-caching-in-hibernate-part-two-the-query-cache/comment-page-1/#comment-28538</link>
		<dc:creator>Derlon</dc:creator>
		<pubDate>Mon, 20 Dec 2010 18:47:35 +0000</pubDate>
		<guid isPermaLink="false">http://blog.dynatrace.com/?p=366#comment-28538</guid>
		<description>@Alois tnx for the tip: use of dynaTrace.
But, I couldn’t even silence myself for what I notice about your contraditory (paradoxal) statements: “…enable the second-level cache. As the basic working do not depend on it and I do not want to create the impression that the query cache requires the second level or vice versa.” and “as we can see the query cache internally uses the _EhCache_”.
For instance, is there the dependence ehcache.jar and is it referenced in your ExampleApp config??!
Finally, QueryCache really demands (or not) a 2ºlevel Cache Provider??!

Derlon</description>
		<content:encoded><![CDATA[<p>@Alois tnx for the tip: use of dynaTrace.<br />
But, I couldn’t even silence myself for what I notice about your contraditory (paradoxal) statements: “…enable the second-level cache. As the basic working do not depend on it and I do not want to create the impression that the query cache requires the second level or vice versa.” and “as we can see the query cache internally uses the _EhCache_”.<br />
For instance, is there the dependence ehcache.jar and is it referenced in your ExampleApp config??!<br />
Finally, QueryCache really demands (or not) a 2ºlevel Cache Provider??!</p>
<p>Derlon</p>
]]></content:encoded>
	</item>
	<item>
		<title>Von: Derlon</title>
		<link>http://blog.dynatrace.com/2009/02/16/understanding-caching-in-hibernate-part-two-the-query-cache/comment-page-1/#comment-28537</link>
		<dc:creator>Derlon</dc:creator>
		<pubDate>Mon, 20 Dec 2010 18:46:50 +0000</pubDate>
		<guid isPermaLink="false">http://blog.dynatrace.com/?p=366#comment-28537</guid>
		<description>@Alois tnx for the tip: use of dynaTrace.
but, I couldn&#039;t even silence myself for what I notice about your contraditory (paradoxal) statements: &quot;...enable the second-level cache. As the basic working do not depend on it and I do not want to create the impression that the query cache requires the second level or vice versa.&quot; and &quot;as we can see the query cache internally uses the _EhCache_&quot;.
For instance, is there the dependence ehcache.jar and is it referenced in your ExampleApp config??! 
Finally, QueryCache really demands (or not) a 2ºlevel Cache Provider??!

Derlon</description>
		<content:encoded><![CDATA[<p>@Alois tnx for the tip: use of dynaTrace.<br />
but, I couldn&#8217;t even silence myself for what I notice about your contraditory (paradoxal) statements: &#8220;&#8230;enable the second-level cache. As the basic working do not depend on it and I do not want to create the impression that the query cache requires the second level or vice versa.&#8221; and &#8220;as we can see the query cache internally uses the _EhCache_&#8221;.<br />
For instance, is there the dependence ehcache.jar and is it referenced in your ExampleApp config??!<br />
Finally, QueryCache really demands (or not) a 2ºlevel Cache Provider??!</p>
<p>Derlon</p>
]]></content:encoded>
	</item>
	<item>
		<title>Von: Dan Moore! &#187; Turning on hibernate query caching</title>
		<link>http://blog.dynatrace.com/2009/02/16/understanding-caching-in-hibernate-part-two-the-query-cache/comment-page-1/#comment-20520</link>
		<dc:creator>Dan Moore! &#187; Turning on hibernate query caching</dc:creator>
		<pubDate>Fri, 24 Sep 2010 04:47:13 +0000</pubDate>
		<guid isPermaLink="false">http://blog.dynatrace.com/?p=366#comment-20520</guid>
		<description>[...] http://blog.dynatrace.com/2009/02/16/understanding-caching-in-hibernate-part-two-the-query-cache/ [...]</description>
		<content:encoded><![CDATA[<p>[...] <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>Von: Week 38 &#8211; Transactions in a JPA World Application Performance, Scalability and Architecture – The dynaTrace Blog</title>
		<link>http://blog.dynatrace.com/2009/02/16/understanding-caching-in-hibernate-part-two-the-query-cache/comment-page-1/#comment-19954</link>
		<dc:creator>Week 38 &#8211; Transactions in a JPA World Application Performance, Scalability and Architecture – The dynaTrace Blog</dc:creator>
		<pubDate>Tue, 14 Sep 2010 01:17:15 +0000</pubDate>
		<guid isPermaLink="false">http://blog.dynatrace.com/?p=366#comment-19954</guid>
		<description>[...] Queries, however, are not cached by default. If you want to know more read this article on the Hibernate Query Cache.  public void doubleLoad &#040;&#041;&#123; EntityManager em = factory.createEntityManager&#040;&#041;; [...]</description>
		<content:encoded><![CDATA[<p>[...] Queries, however, are not cached by default. If you want to know more read this article on the Hibernate Query Cache.  public void doubleLoad &#40;&#41;&#123; EntityManager em = factory.createEntityManager&#40;&#41;; [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Von: Alois Reitbauer</title>
		<link>http://blog.dynatrace.com/2009/02/16/understanding-caching-in-hibernate-part-two-the-query-cache/comment-page-1/#comment-17013</link>
		<dc:creator>Alois Reitbauer</dc:creator>
		<pubDate>Wed, 07 Jul 2010 08:41:12 +0000</pubDate>
		<guid isPermaLink="false">http://blog.dynatrace.com/?p=366#comment-17013</guid>
		<description>@Hema 
The traces show what has been executed. You can see this for your code by using tracing solutions like dynaTrace.</description>
		<content:encoded><![CDATA[<p>@Hema<br />
The traces show what has been executed. You can see this for your code by using tracing solutions like dynaTrace.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Von: Alois Reitbauer</title>
		<link>http://blog.dynatrace.com/2009/02/16/understanding-caching-in-hibernate-part-two-the-query-cache/comment-page-1/#comment-17011</link>
		<dc:creator>Alois Reitbauer</dc:creator>
		<pubDate>Wed, 07 Jul 2010 07:25:42 +0000</pubDate>
		<guid isPermaLink="false">http://blog.dynatrace.com/?p=366#comment-17011</guid>
		<description>@Bavani

You have to explictly specify that a query gets cached so it will not be cached by default. Is this what you meant?</description>
		<content:encoded><![CDATA[<p>@Bavani</p>
<p>You have to explictly specify that a query gets cached so it will not be cached by default. Is this what you meant?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Von: Hema</title>
		<link>http://blog.dynatrace.com/2009/02/16/understanding-caching-in-hibernate-part-two-the-query-cache/comment-page-1/#comment-17009</link>
		<dc:creator>Hema</dc:creator>
		<pubDate>Wed, 07 Jul 2010 07:18:31 +0000</pubDate>
		<guid isPermaLink="false">http://blog.dynatrace.com/?p=366#comment-17009</guid>
		<description>Thanks a lot for your clear explanation but where can i see this figure parts..How to see what has got executed?(blue highlighted parts I mean)</description>
		<content:encoded><![CDATA[<p>Thanks a lot for your clear explanation but where can i see this figure parts..How to see what has got executed?(blue highlighted parts I mean)</p>
]]></content:encoded>
	</item>
</channel>
</rss>

