<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
	<channel>
		<title><![CDATA[Latest posts for the topic "Generating correct ERD from Class Diagram"]]></title>
		<link>http://forums.visual-paradigm.com/posts/33.html</link>
		<description><![CDATA[Latest messages posted in the topic "Generating correct ERD from Class Diagram"]]></description>
		<generator>JForum - http://www.jforum.net</generator>
			<item>
				<title>Generating correct ERD from Class Diagram</title>
				<description><![CDATA[ Hi,<br> <br> In my class Diagram, I have the following class:<br> <br> Class - USER<br> Attributes - ID : int<br> - LOGIN : String<br> - PASS : String<br> - EMAILS : Set<br> <br> When I generate the ERD from that, I get<br> <br> Entity - USER<br> Columns - ID : number<br> - LOGIN : varchar2<br> - PASS : varchar2<br> - EMAILS : number<br> <br> When actually I should get TWO entities<br> <br> Entity - USER<br> Columns - ID : number<br> - LOGIN : varchar2<br> - PASS : varchar2<br> <br> Entity - EMAILS<br> Columns - USERID : number<br> - EMAIL : varchar2<br> <br> Is it possible? Am I doing something wrong? <br> <br> Thanks, Sergio.<br> <br> ]]></description>
				<guid isPermaLink="true">http://forums.visual-paradigm.com/posts/1175#3698.html</guid>
				<link>http://forums.visual-paradigm.com/posts/1175#3698.html</link>
				<pubDate><![CDATA[Fri, 16 Dec 2005 01:20:01]]></pubDate>
				<author><![CDATA[ sergio]]></author>
			</item>
			<item>
				<title>Re:Generating correct ERD from Class Diagram</title>
				<description><![CDATA[ Hi Sergio,<br> <br> We do not convert Set type to a One-to-Many relationship in Entity Relationship Diagram. I will talk to our developers and see if we could support this.<br> <br> If possible, you can specify the EMAILS attribute as an String[] type. The transformed ERD will then appear as what you are looking for.<br> <br> Best Regards,<br> Jick]]></description>
				<guid isPermaLink="true">http://forums.visual-paradigm.com/posts/1175#3701.html</guid>
				<link>http://forums.visual-paradigm.com/posts/1175#3701.html</link>
				<pubDate><![CDATA[Fri, 16 Dec 2005 07:55:57]]></pubDate>
				<author><![CDATA[ Jick]]></author>
			</item>
	</channel>
</rss>