<?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: Grails GORM and UUIDs</title>
	<atom:link href="http://danlynn.com/grails/grails-gorm-and-uuids/feed/" rel="self" type="application/rss+xml" />
	<link>http://danlynn.com/grails/grails-gorm-and-uuids/</link>
	<description>Finding adventure in just about everything</description>
	<lastBuildDate>Fri, 05 Feb 2010 22:48:10 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Dan</title>
		<link>http://danlynn.com/grails/grails-gorm-and-uuids/comment-page-1/#comment-11</link>
		<dc:creator>Dan</dc:creator>
		<pubDate>Fri, 30 Oct 2009 19:35:53 +0000</pubDate>
		<guid isPermaLink="false">http://danlynn.com/?p=39#comment-11</guid>
		<description>I suppose that slight overhead is really the only disadvantage. It might even be worth that small cost in order to tell GORM not to make that field nullable. Good point!</description>
		<content:encoded><![CDATA[<p>I suppose that slight overhead is really the only disadvantage. It might even be worth that small cost in order to tell GORM not to make that field nullable. Good point!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Roshan Shrestha</title>
		<link>http://danlynn.com/grails/grails-gorm-and-uuids/comment-page-1/#comment-10</link>
		<dc:creator>Roshan Shrestha</dc:creator>
		<pubDate>Fri, 30 Oct 2009 19:03:39 +0000</pubDate>
		<guid isPermaLink="false">http://danlynn.com/?p=39#comment-10</guid>
		<description>What is the disadvantage of assigning the UUID during construction?

String uniqueIdentifier = java.util.UUID.randomUUID().toString()

For an existing Person read from the DB, there is an extra UUID generated which will be replaced with the value from the database, but this should not be much of an overhead?</description>
		<content:encoded><![CDATA[<p>What is the disadvantage of assigning the UUID during construction?</p>
<p>String uniqueIdentifier = java.util.UUID.randomUUID().toString()</p>
<p>For an existing Person read from the DB, there is an extra UUID generated which will be replaced with the value from the database, but this should not be much of an overhead?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
