Can I use UML for ERD diagrams?

1) Can I use UML for ERD diagrams? 2) If the answer to 1 is yes, is the use of the UML standardized and widely used for this purpose?

thanks

+2


a source to share


3 answers


As you can see here , yes, you are using the UML to represent Entity-Relationship models, but I don't find this too common. I think the Raven notation is more common.



0


a source


Yes, for example Visual UML (Visual Object Modelers) will simply suggest Relational Table as a class stereotype. However, this may depend on the instrument, so try first. For example, see Visual Paradigm for UML .



-1


a source


I found a UML database modeling workaround with EclipseUML Omondo. I just need to write my stereotypes and get my annotations in java code right away. The annotated code is then used with the Hibernate mapper to create my database. It works very well and is easy :-)

It is a top-down approach from model to database using stereotype in class diagram with live annotation synchronized between diagram and code. I have never seen any other tool besides Omondo doing this direct java annotation synchronization and it is really excellent for me :-)

-1


a source







All Articles