<?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>Xebia Blog &#187; Albert Sikkema</title>
	<atom:link href="http://blog.xebia.com/author/asikkema/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.xebia.com</link>
	<description></description>
	<lastBuildDate>Wed, 10 Mar 2010 08:24:36 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>JPA implementation patterns: Using UUIDs as primary keys</title>
		<link>http://blog.xebia.com/2009/06/03/jpa-implementation-patterns-using-uuids-as-primary-keys/</link>
		<comments>http://blog.xebia.com/2009/06/03/jpa-implementation-patterns-using-uuids-as-primary-keys/#comments</comments>
		<pubDate>Wed, 03 Jun 2009 19:58:28 +0000</pubDate>
		<dc:creator>Albert Sikkema</dc:creator>
		<br />
<b>Warning</b>:  Invalid argument supplied for foreach() in <b>/home/blog.xebia.com/www/wp-content/plugins/autometa/autometa.php</b> on line <b>303</b><br />
		<category><![CDATA[Hibernate]]></category>
		<category><![CDATA[JPA]]></category>
		<category><![CDATA[JPA implementation patterns]]></category>
		<category><![CDATA[Java]]></category>

	<!-- AutoMeta Start -->
	<!-- AutoMeta End -->
	
		<guid isPermaLink="false">http://blog.xebia.com/?p=1856</guid>
		<description><![CDATA[Continuing Vincent Partington's blog series about JPA implementation patterns, I would like to add the following 
The default way in JPA for primary keys is to use the @GeneratedValue annotation with the strategy attribute set to one of AUTO, IDENTITY, SEQUENCE, or TABLE. You pick the most appropriate strategy for your situation and that's it.
But [...]]]></description>
		<wfw:commentRss>http://blog.xebia.com/2009/06/03/jpa-implementation-patterns-using-uuids-as-primary-keys/feed/</wfw:commentRss>
		<slash:comments>12</slash:comments>
		</item>
	</channel>
</rss>
