<?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"
	>
<channel>
	<title>Comments on: Hibernate&#8217;s event system</title>
	<atom:link href="http://www.sworddance.com/blog/2006/10/01/hibernates-event-system/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.sworddance.com/blog/2006/10/01/hibernates-event-system/</link>
	<description></description>
	<pubDate>Tue, 06 Jan 2009 10:03:38 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.5</generator>
		<item>
		<title>By: Chris</title>
		<link>http://www.sworddance.com/blog/2006/10/01/hibernates-event-system/#comment-547</link>
		<dc:creator>Chris</dc:creator>
		<pubDate>Wed, 24 Jan 2007 18:28:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.sworddance.com/blog/2006/10/01/hibernates-event-system/#comment-547</guid>
		<description>Also, it looks like there aren't default listeners for post-update and post-delete events.

I assumed that the DefaultSaveAndUpdateEventListener and DefaultDeleteEventListener would work, but I get an error when defining them onto my configuration.

So, I *assume* that if there was a default for post-* they would include the name, like DefaultPostLoadEventListener.

The documentation should really have a LISTING of all of the events and their related default listeners.</description>
		<content:encoded><![CDATA[<p>Also, it looks like there aren&#8217;t default listeners for post-update and post-delete events.</p>
<p>I assumed that the DefaultSaveAndUpdateEventListener and DefaultDeleteEventListener would work, but I get an error when defining them onto my configuration.</p>
<p>So, I *assume* that if there was a default for post-* they would include the name, like DefaultPostLoadEventListener.</p>
<p>The documentation should really have a LISTING of all of the events and their related default listeners.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris</title>
		<link>http://www.sworddance.com/blog/2006/10/01/hibernates-event-system/#comment-402</link>
		<dc:creator>Chris</dc:creator>
		<pubDate>Fri, 12 Jan 2007 14:29:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.sworddance.com/blog/2006/10/01/hibernates-event-system/#comment-402</guid>
		<description>From what I can tell, there aren't default listeners for the post-commit events...
I've tested out my Event listener for the post-delete and post-update, and it all seems to work without hosing the system (Hibernate 3.1.2 of course).

But you make a good point, who knows what comes in the future.  That would kill us if we upgraded to Hibernate 3.whatever and it totally SNAFU'ed our system.</description>
		<content:encoded><![CDATA[<p>From what I can tell, there aren&#8217;t default listeners for the post-commit events&#8230;<br />
I&#8217;ve tested out my Event listener for the post-delete and post-update, and it all seems to work without hosing the system (Hibernate 3.1.2 of course).</p>
<p>But you make a good point, who knows what comes in the future.  That would kill us if we upgraded to Hibernate 3.whatever and it totally SNAFU&#8217;ed our system.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: patrick</title>
		<link>http://www.sworddance.com/blog/2006/10/01/hibernates-event-system/#comment-393</link>
		<dc:creator>patrick</dc:creator>
		<pubDate>Thu, 11 Jan 2007 01:45:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.sworddance.com/blog/2006/10/01/hibernates-event-system/#comment-393</guid>
		<description>Thanks for the comment. 

Yeah, Hibernate does have a DefaultDeleteEventListener. While I haven't verified it yet, I would not be surprised if that listener, if accidently, replaced hoses deletes. 

But even if no default listener exists today... it might tomorrow.</description>
		<content:encoded><![CDATA[<p>Thanks for the comment. </p>
<p>Yeah, Hibernate does have a DefaultDeleteEventListener. While I haven&#8217;t verified it yet, I would not be surprised if that listener, if accidently, replaced hoses deletes. </p>
<p>But even if no default listener exists today&#8230; it might tomorrow.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris</title>
		<link>http://www.sworddance.com/blog/2006/10/01/hibernates-event-system/#comment-381</link>
		<dc:creator>Chris</dc:creator>
		<pubDate>Mon, 08 Jan 2007 16:56:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.sworddance.com/blog/2006/10/01/hibernates-event-system/#comment-381</guid>
		<description>Any clue if hibernate uses any default EventListeners for post-commit-* events?

I'm adding events for post-commit-update and post-commit-delete, and I want to make sure I don't bork up anything.

Good post though, as I totally agree with their poor documentation.</description>
		<content:encoded><![CDATA[<p>Any clue if hibernate uses any default EventListeners for post-commit-* events?</p>
<p>I&#8217;m adding events for post-commit-update and post-commit-delete, and I want to make sure I don&#8217;t bork up anything.</p>
<p>Good post though, as I totally agree with their poor documentation.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
