<?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 2 Proxies &#8211; Lessons Learnt</title>
	<atom:link href="http://brettdargan.com/blog/2005/11/10/hibernate-2-proxies-lessons-learnt/feed/" rel="self" type="application/rss+xml" />
	<link>http://brettdargan.com/blog/2005/11/10/hibernate-2-proxies-lessons-learnt/</link>
	<description>&#955; Thoughts and rants</description>
	<lastBuildDate>Mon, 28 Nov 2011 14:13:39 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Anonymous</title>
		<link>http://brettdargan.com/blog/2005/11/10/hibernate-2-proxies-lessons-learnt/comment-page-1/#comment-10</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Wed, 30 Nov 2005 09:18:05 +0000</pubDate>
		<guid isPermaLink="false">http://brettdargan.com/blog/?p=55#comment-10</guid>
		<description>if you violate rule number 1, you will get unpredictable results eg. like updates to an object not being recognised as dirty and not getting flushed to the db.

The proxy itself has an id, so if your equals method is not calling getId() then you will be comparing the proxys&#039; id to said entity instance id and not get a match.</description>
		<content:encoded><![CDATA[<p>if you violate rule number 1, you will get unpredictable results eg. like updates to an object not being recognised as dirty and not getting flushed to the db.</p>
<p>The proxy itself has an id, so if your equals method is not calling getId() then you will be comparing the proxys&#8217; id to said entity instance id and not get a match.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>http://brettdargan.com/blog/2005/11/10/hibernate-2-proxies-lessons-learnt/comment-page-1/#comment-9</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Thu, 10 Nov 2005 07:35:30 +0000</pubDate>
		<guid isPermaLink="false">http://brettdargan.com/blog/?p=55#comment-9</guid>
		<description>Hi Brett,

Nice to see you blogging again. I am sure time is still hard to find. 

Just wondering though, what happens if you violate rule number 1?</description>
		<content:encoded><![CDATA[<p>Hi Brett,</p>
<p>Nice to see you blogging again. I am sure time is still hard to find. </p>
<p>Just wondering though, what happens if you violate rule number 1?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

