Skip to main content



      Home
Home » Modeling » Papyrus » what library can i import <<Table>> or <<Column>&am
what library can i import <<Table>> or <<Column>&am [message #781045] Thu, 19 January 2012 06:31 Go to next message
Eclipse UserFriend
hello,
i would like to basically create something usable for creating classes and SQL.
i need to import some stereotypes i could apply to my classes and properties so they would be recognizable as parts of db schema.
anyone? thanks
Re: what library can i import <<Table>> or <<Column&gt [message #781186 is a reply to message #781045] Fri, 20 January 2012 04:41 Go to previous messageGo to next message
Eclipse UserFriend
Hello B Simpson

I don't know some existing profile that would already contain <<Table>>
or <<Field>> stereotype, but you can easily create it with papyrus to
apply it to your model.

However, the reason why there is no Database profile, is that it is not
very necessary


Thanks to Object/relationnal mapping principle, you don't need to create
such a stereotype :

Classes -> Tables
Properties -> Fields
Relation -> Foreign keys
Package -> Schema

you can look for some tutorial of ATL transformations from the Web that
will give you some base material to make your transformation
OR
Directly using Acceleo to create your SQL database creation material.
If you put every class model that shall be mapped to RDB in a Package
called "Databases" all you have to do is to create some conditions in
Acceleo or ATL, just to process elements inside this package...

The thing you have to learn, would be, in that case Acceleo and, of
course OCL...

Good luck
Re: what library can i import &lt;&lt;Table&gt;&gt; or &lt;&lt;Column&gt [message #782751 is a reply to message #781186] Tue, 24 January 2012 06:07 Go to previous message
Eclipse UserFriend
thanks a bunch, eclipse user!
just wondering... i don't get the 'Constraints' tab even though i have installed OCL and others.
any ideas how this is possible?
Previous Topic:what library can i import <<Table>> or <<Column>> stereotypes from?
Next Topic:Tabbed properties view of papyrus
Goto Forum:
  


Current Time: Sat Jul 26 20:09:20 EDT 2025

Powered by FUDForum. Page generated in 0.04139 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top