<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Nils Preusker &#187; hibernate</title>
	<atom:link href="http://www.nilspreusker.de/tag/hibernate/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.nilspreusker.de</link>
	<description>Pragmatic Technologist</description>
	<lastBuildDate>Tue, 23 Mar 2010 10:44:19 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>&#8220;Easy Entity Versioning with Envers&#8221; Talk at Devoxx08</title>
		<link>http://www.nilspreusker.de/2008/12/13/easy-entity-versioning-with-envers-talk-at-devoxx/</link>
		<comments>http://www.nilspreusker.de/2008/12/13/easy-entity-versioning-with-envers-talk-at-devoxx/#comments</comments>
		<pubDate>Sat, 13 Dec 2008 01:03:08 +0000</pubDate>
		<dc:creator>nils</dc:creator>
				<category><![CDATA[Devoxx]]></category>
		<category><![CDATA[hibernate]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[persistence]]></category>
		<category><![CDATA[versioning]]></category>

		<guid isPermaLink="false">http://www.nilspreusker.de/?p=27</guid>
		<description><![CDATA[This talk was given by Adam Warski. He is the creator of Envers, a framework that provides entity versioning for hibernate. It does this by creating additional auditing tables and inserting data to them on update/insert and delete. This creates global revisions, similar to the way it is done in Subversion. In order to activate [...]]]></description>
			<content:encoded><![CDATA[<p>This talk was given by <a title="Adam Warskis Website" href="http://www.warski.org/" target="_blank">Adam Warski</a>. He is the creator of <a title="Envers Homepage" href="http://www.jboss.org/envers/" target="_blank">Envers</a>, a framework that provides entity versioning for hibernate. It does this by creating additional auditing tables and inserting data to them on update/insert and delete. This creates global revisions, similar to the way it is done in Subversion. In order to activate versioning for a class, the @Versioned annotation is used. User information is not automatically stored with the revisions but can be added by implementing a custom RevisionListener.</p>
<p>Envers is now a hibernate core module and will be included in the next release of hibernate.</p>
<p>Here is a link to the <a title="Envers Download" href="http://www.jboss.org/envers" target="_blank">current version of Envers<br />
</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.nilspreusker.de/2008/12/13/easy-entity-versioning-with-envers-talk-at-devoxx/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
