<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
	<channel>
		<title><![CDATA[Latest posts for the topic "What happened to the 'long' data type?"]]></title>
		<link>http://forums.visual-paradigm.com/posts/32.html</link>
		<description><![CDATA[Latest messages posted in the topic "What happened to the 'long' data type?"]]></description>
		<generator>JForum - http://www.jforum.net</generator>
			<item>
				<title>What happened to the 'long' data type?</title>
				<description><![CDATA[ It seems that the 'long' data type has disappeared. If I try to create an entity (in an ER diagram), I cannot define a key as 'long'. I basically want to create a key 'id' with a increment ID Generator. <br> <br> My choice is a 'bigint' which does not work because hibernate throws a "org.hibernate.id.IdentifierGenerationException: this id generator generates long, integer, short or string"  when trying to persist this object. I do not want to use a standard integer because I need a long to support millions of records.<br> <br> What is the logic behing removing the 'long' data type?]]></description>
				<guid isPermaLink="true">http://forums.visual-paradigm.com/posts/2807#20949.html</guid>
				<link>http://forums.visual-paradigm.com/posts/2807#20949.html</link>
				<pubDate><![CDATA[Fri, 25 Jan 2008 01:15:46]]></pubDate>
				<author><![CDATA[ jvence]]></author>
			</item>
			<item>
				<title>What happened to the 'long' data type?</title>
				<description><![CDATA[ Hello jvence,<br> <br> May I know what database you are using?<br> <br> Best regards,<br> Rain Wong]]></description>
				<guid isPermaLink="true">http://forums.visual-paradigm.com/posts/2807#20975.html</guid>
				<link>http://forums.visual-paradigm.com/posts/2807#20975.html</link>
				<pubDate><![CDATA[Fri, 25 Jan 2008 18:41:11]]></pubDate>
				<author><![CDATA[ admin]]></author>
			</item>
			<item>
				<title>What happened to the 'long' data type?</title>
				<description><![CDATA[ <table class="quote-table-simple" align="center">
		<tr> 
		<td><span class="genmed"><b>admin wrote:</b></span></td>
		</tr>
		</table>
		
		<table class="quote-table" align="center">
		<tr>
		<td class="quote">Hello jvence,<br> <br> May I know what database you are using?<br> <br> Best regards,<br> Rain Wong&nbsp;
		</td>
		</tr>
		</table><br> <br> MYSQL 5.0.45 - The issue is that DBVA's ER entity does not have an option for specifying a 'long' data type. Do you think it's an database issue. ]]></description>
				<guid isPermaLink="true">http://forums.visual-paradigm.com/posts/2807#20981.html</guid>
				<link>http://forums.visual-paradigm.com/posts/2807#20981.html</link>
				<pubDate><![CDATA[Fri, 25 Jan 2008 21:22:58]]></pubDate>
				<author><![CDATA[ jvence]]></author>
			</item>
			<item>
				<title>Re:What happened to the 'long' data type?</title>
				<description><![CDATA[ Hello jvence,<br> <br> The reason why there is no "long" in the db column is because "long" is not a valid type in MySQL (see  <a href=' <a href=http://dev.mysql.com/doc/refman/5.0/en/numeric-types.html target=_blank rel=nofollow>http://dev.mysql.com/doc/refman/5.0/en/numeric-types.html</a> ' target='_new' rel="nofollow"> <a href=http://dev.mysql.com/doc/refman/5.0/en/numeric-types.html target=_blank rel=nofollow>http://dev.mysql.com/doc/refman/5.0/en/numeric-types.html</a> </a> ). We have tested using "bigint" in ID column and mapped to "long" in class attribute which working fine with incremental id generator. May I know what type you mapped for "bigint" in class model?<br> <br> Best regards,<br> Rain Wong]]></description>
				<guid isPermaLink="true">http://forums.visual-paradigm.com/posts/2807#21044.html</guid>
				<link>http://forums.visual-paradigm.com/posts/2807#21044.html</link>
				<pubDate><![CDATA[Mon, 28 Jan 2008 11:34:09]]></pubDate>
				<author><![CDATA[ Rain]]></author>
			</item>
	</channel>
</rss>