<?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 native Id generator tip</title>
	<atom:link href="http://www.altuure.com/2008/10/14/hibernate-nativeid-generator-tip/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.altuure.com/2008/10/14/hibernate-nativeid-generator-tip/</link>
	<description>Mert Can Akkan's java tips,options, news...</description>
	<lastBuildDate>Wed, 03 Mar 2010 10:08:16 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: altuure</title>
		<link>http://www.altuure.com/2008/10/14/hibernate-nativeid-generator-tip/#comment-87</link>
		<dc:creator>altuure</dc:creator>
		<pubDate>Wed, 15 Oct 2008 10:50:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.altuure.com/?p=57#comment-87</guid>
		<description>thanks darren , 
this configuration would be more ideal if you would use a guid-string identifier of course</description>
		<content:encoded><![CDATA[<p>thanks darren ,<br />
this configuration would be more ideal if you would use a guid-string identifier of course</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Darren Bell</title>
		<link>http://www.altuure.com/2008/10/14/hibernate-nativeid-generator-tip/#comment-86</link>
		<dc:creator>Darren Bell</dc:creator>
		<pubDate>Wed, 15 Oct 2008 09:30:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.altuure.com/?p=57#comment-86</guid>
		<description>These are the annotations we use.  This is because, by using a uuid, we have a distributable/replicate able database out of the box.

	@Id
	@GeneratedValue(generator = &quot;system-uuid&quot;)
	@GenericGenerator(name = &quot;system-uuid&quot;, strategy = &quot;uuid&quot;)
	@Column(length = 32, name = EntityObject.Columns.ID)
	@DocumentId(name=Attributes.ID)
	private String id;

Works on every db :)</description>
		<content:encoded><![CDATA[<p>These are the annotations we use.  This is because, by using a uuid, we have a distributable/replicate able database out of the box.</p>
<p>	@Id<br />
	@GeneratedValue(generator = &#8220;system-uuid&#8221;)<br />
	@GenericGenerator(name = &#8220;system-uuid&#8221;, strategy = &#8220;uuid&#8221;)<br />
	@Column(length = 32, name = EntityObject.Columns.ID)<br />
	@DocumentId(name=Attributes.ID)<br />
	private String id;</p>
<p>Works on every db <img src='http://www.altuure.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>
