<?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: Hibernate query cache considered harmful?</title>
	<atom:link href="http://tech.puredanger.com/index.php/2009/07/10/hibernate-query-cache/feed/" rel="self" type="application/rss+xml" />
	<link>http://tech.puredanger.com/2009/07/10/hibernate-query-cache/</link>
	<description>Alex Miller&#039;s technical blog</description>
	<lastBuildDate>Mon, 06 Feb 2012 19:39:50 -0800</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.4</generator>
	<item>
		<title>By: punny 2011</title>
		<link>http://tech.puredanger.com/2009/07/10/hibernate-query-cache/comment-page-1/#comment-295863</link>
		<dc:creator>punny 2011</dc:creator>
		<pubDate>Sun, 23 Oct 2011 06:53:09 +0000</pubDate>
		<guid isPermaLink="false">http://tech.puredanger.com/2009/07/10/hibernate-query-cache/#comment-295863</guid>
		<description>hi, I am new person in this area. I can not understand yet the difference between caching in Hibernate(each type) with buffering in database such as Oracle.I would be grateful If you can  explain me this or let me know where I can find comparison between these two options.</description>
		<content:encoded><![CDATA[<p>hi, I am new person in this area. I can not understand yet the difference between caching in Hibernate(each type) with buffering in database such as Oracle.I would be grateful If you can  explain me this or let me know where I can find comparison between these two options.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Cristian Ortiz</title>
		<link>http://tech.puredanger.com/2009/07/10/hibernate-query-cache/comment-page-1/#comment-295702</link>
		<dc:creator>Cristian Ortiz</dc:creator>
		<pubDate>Thu, 18 Aug 2011 18:45:56 +0000</pubDate>
		<guid isPermaLink="false">http://tech.puredanger.com/2009/07/10/hibernate-query-cache/#comment-295702</guid>
		<description>Nobody? :(</description>
		<content:encoded><![CDATA[<p>Nobody? :(</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Cristian Ortiz</title>
		<link>http://tech.puredanger.com/2009/07/10/hibernate-query-cache/comment-page-1/#comment-295700</link>
		<dc:creator>Cristian Ortiz</dc:creator>
		<pubDate>Tue, 16 Aug 2011 15:01:46 +0000</pubDate>
		<guid isPermaLink="false">http://tech.puredanger.com/2009/07/10/hibernate-query-cache/#comment-295700</guid>
		<description>Hi guys i am learning hibernate i found this thread very useful. i am doing a small web app based on JavaEE using hibernate my DB is only for Query purposes. i am using the hibernate 3 caches. (1 level, 2 level, and query caches(only by regions).). my DB is updated directly. without UI. how can i make to my caches (three of them.) expires every 30 days(my DB Data is updated every 30 days.). thanks a lot.

[sorry by my poor english] 
best regards from Venezuela.

chiperortiz@hotmail.com</description>
		<content:encoded><![CDATA[<p>Hi guys i am learning hibernate i found this thread very useful. i am doing a small web app based on JavaEE using hibernate my DB is only for Query purposes. i am using the hibernate 3 caches. (1 level, 2 level, and query caches(only by regions).). my DB is updated directly. without UI. how can i make to my caches (three of them.) expires every 30 days(my DB Data is updated every 30 days.). thanks a lot.</p>
<p>[sorry by my poor english]<br />
best regards from Venezuela.</p>
<p><a href="mailto:chiperortiz@hotmail.com">chiperortiz@hotmail.com</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dave Chauhan</title>
		<link>http://tech.puredanger.com/2009/07/10/hibernate-query-cache/comment-page-1/#comment-295123</link>
		<dc:creator>Dave Chauhan</dc:creator>
		<pubDate>Thu, 19 May 2011 20:26:55 +0000</pubDate>
		<guid isPermaLink="false">http://tech.puredanger.com/2009/07/10/hibernate-query-cache/#comment-295123</guid>
		<description>Hi Alex, I&#039;m quite impressive with your article and your understanding on EhCache and second level cache. I&#039;ve not done much in hibernate caching so far, but there seems to be some up coming challenges for me in my current project. So, i&#039;m trying to lend my hands as much as i can just by reading blogs, hibernate sites, and articles like the one posted by you. Nice one!

Could you please recommend web sites, or provide me some documents you might be having on hibernate caching in a cluster based environment, appreciate, and thanks in advance.</description>
		<content:encoded><![CDATA[<p>Hi Alex, I&#8217;m quite impressive with your article and your understanding on EhCache and second level cache. I&#8217;ve not done much in hibernate caching so far, but there seems to be some up coming challenges for me in my current project. So, i&#8217;m trying to lend my hands as much as i can just by reading blogs, hibernate sites, and articles like the one posted by you. Nice one!</p>
<p>Could you please recommend web sites, or provide me some documents you might be having on hibernate caching in a cluster based environment, appreciate, and thanks in advance.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jflo</title>
		<link>http://tech.puredanger.com/2009/07/10/hibernate-query-cache/comment-page-1/#comment-285603</link>
		<dc:creator>jflo</dc:creator>
		<pubDate>Wed, 23 Mar 2011 21:18:24 +0000</pubDate>
		<guid isPermaLink="false">http://tech.puredanger.com/2009/07/10/hibernate-query-cache/#comment-285603</guid>
		<description>Looks like I answered my own issue, thanks.  It turns out that if part of your @NaturalId is also a @ManyToOne, any inserts on the table will flush the cache.  We were able to change the relation to an Enum, and the expected behavior resumed.</description>
		<content:encoded><![CDATA[<p>Looks like I answered my own issue, thanks.  It turns out that if part of your @NaturalId is also a @ManyToOne, any inserts on the table will flush the cache.  We were able to change the relation to an Enum, and the expected behavior resumed.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

