<?xml version="1.0" encoding="utf-8" ?>
<?xml-stylesheet type="text/xsl" href="RSS_xslt_style.asp" version="1.0" ?>
<rss version="2.0" xmlns:WebWizForums="http://syndication.webwiz.co.uk/rss_namespace/">
 <channel>
  <title>DevForce Community Forum : How does IdeaBlade handle Identity columns</title>
  <link>http://www.ideablade.com/forum/</link>
  <description>This is an XML content feed of; DevForce Community Forum : DevForce Classic : How does IdeaBlade handle Identity columns</description>
  <pubDate>Sat, 11 Apr 2026 04:13:00 -700</pubDate>
  <lastBuildDate>Thu, 12 Jul 2007 15:48:23 -700</lastBuildDate>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>Web Wiz Forums 9.69</generator>
  <ttl>360</ttl>
  <WebWizForums:feedURL>www.ideablade.com/forum/RSS_post_feed.asp?TID=212</WebWizForums:feedURL>
  <image>
   <title>DevForce Community Forum</title>
   <url>http://www.ideablade.com/forum/forum_images/IdeaBlade_logo_tm.png</url>
   <link>http://www.ideablade.com/forum/</link>
  </image>
  <item>
   <title>How does IdeaBlade handle Identity columns : Identity columns pose a special...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=212&amp;PID=465#465</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=21" rel="nofollow">IdeaBlade</a><br /><strong>Subject:</strong> 212<br /><strong>Posted:</strong> 12-Jul-2007 at 3:48pm<br /><br /><FONT size=3>Identity columns pose a special problem for IdeaBlade. When a business object that uses an identity column is first created, it is assigned a negative temporary id. Only when the business object gets saved to the database, does the database assign the business object its permanent id. The difficulty with this is that if the PersistenceManager wants to refetch the entity, it doesn't know what permanent id to use.</FONT><P><FONT size=3>Devforce solves this problem with a clever approach. Rather than having the database assign the permanent id, we assign it ourselves. We do this be creating a "hole" in the id space. If the last number used by the id generator was 1356 (for example), we create a range of ids from 1357 to 1367 that we own and can't be used by any other user.</FONT></P><P><FONT size=3>The Object Mapper is fully aware of Identity columns.</FONT></P>]]>
   </description>
   <pubDate>Thu, 12 Jul 2007 15:48:23 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=212&amp;PID=465#465</guid>
  </item> 
  <item>
   <title>How does IdeaBlade handle Identity columns : I would just like to ask about...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=212&amp;PID=464#464</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=20" rel="nofollow">Customer</a><br /><strong>Subject:</strong> 212<br /><strong>Posted:</strong> 12-Jul-2007 at 3:47pm<br /><br /><P>I would just like to ask about how the IdeaBlade handles Identity columns (AutoGenerated Numbers) set on the DB Table?</P><P></P><P>Does the OR Mapper detect this?</P>]]>
   </description>
   <pubDate>Thu, 12 Jul 2007 15:47:46 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=212&amp;PID=464#464</guid>
  </item> 
 </channel>
</rss>