<?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: Implementing NHibernate Interceptors</title>
	<atom:link href="http://elegantcode.com/2008/05/15/implementing-nhibernate-interceptors/feed/" rel="self" type="application/rss+xml" />
	<link>http://elegantcode.com/2008/05/15/implementing-nhibernate-interceptors/</link>
	<description></description>
	<lastBuildDate>Mon, 15 Mar 2010 13:13:47 -0500</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Jan Van Ryswyck</title>
		<link>http://elegantcode.com/2008/05/15/implementing-nhibernate-interceptors/comment-page-1/#comment-31878</link>
		<dc:creator>Jan Van Ryswyck</dc:creator>
		<pubDate>Mon, 08 Sep 2008 18:17:21 +0000</pubDate>
		<guid isPermaLink="false">http://elegantcode.com/2008/05/15/implementing-nhibernate-interceptors/#comment-31878</guid>
		<description>Actually I&#039;ve put this on my blog in order to prevent myself from making the same mistake twice :-). I&#039;m glad it also worked for you.</description>
		<content:encoded><![CDATA[<p>Actually I&#8217;ve put this on my blog in order to prevent myself from making the same mistake twice <img src='http://elegantcode.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> . I&#8217;m glad it also worked for you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: atx</title>
		<link>http://elegantcode.com/2008/05/15/implementing-nhibernate-interceptors/comment-page-1/#comment-31851</link>
		<dc:creator>atx</dc:creator>
		<pubDate>Mon, 08 Sep 2008 10:27:29 +0000</pubDate>
		<guid isPermaLink="false">http://elegantcode.com/2008/05/15/implementing-nhibernate-interceptors/#comment-31851</guid>
		<description>I had exactly the same situation recently. I am using ActiveRecord and I was trying to use BeforeSave / OnFlushDirty overrides to set some data in my objects, e.g. creation date, but the changes were not saved to DB. I found your post and after reading it I was like &quot;aah, that&#039;s why!&quot; - I was changing the object, and as you wrote, I should rather change the state/currentState collections. Many thanks!</description>
		<content:encoded><![CDATA[<p>I had exactly the same situation recently. I am using ActiveRecord and I was trying to use BeforeSave / OnFlushDirty overrides to set some data in my objects, e.g. creation date, but the changes were not saved to DB. I found your post and after reading it I was like &#8220;aah, that&#8217;s why!&#8221; &#8211; I was changing the object, and as you wrote, I should rather change the state/currentState collections. Many thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Reflective Perspective - Chris Alcock &#187; The Morning Brew #95</title>
		<link>http://elegantcode.com/2008/05/15/implementing-nhibernate-interceptors/comment-page-1/#comment-21043</link>
		<dc:creator>Reflective Perspective - Chris Alcock &#187; The Morning Brew #95</dc:creator>
		<pubDate>Fri, 16 May 2008 07:21:44 +0000</pubDate>
		<guid isPermaLink="false">http://elegantcode.com/2008/05/15/implementing-nhibernate-interceptors/#comment-21043</guid>
		<description>[...] Implementing NHibernate Interceptors - Jan Van Ryswyck posts a reminder about NHibernate Interceptors, a useful means of modifying your object on certain NHibernate events . [...]</description>
		<content:encoded><![CDATA[<p>[...] Implementing NHibernate Interceptors &#8211; Jan Van Ryswyck posts a reminder about NHibernate Interceptors, a useful means of modifying your object on certain NHibernate events . [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
