ORM diagram

Hello,

Is it possible to create an ORM diagram by creating ORM classes and entities, and doing the mapping by hand, just in a documentation purpose ? I don’t need to export the model in a database.

Hello Oodini,

You can use the ORM diagram to model the mapping between class and ER model. You can use the mapping connector to establish the mapping (see attached pic). Feel free to contact me for any questions.

Best regards,
Rain Wong

create_mapping.png

That does link the ORM class and the table, but how do you associate a specific attribute to a column ?

After you create the class and entity model (before connect them with Class-Entity Mapping), you can right click on the blank area of the diagram and select Presentation Options > Mapping View > Attribute Mapping. After that you can drag & drop the attribute to column to create the mapping.

Best regards,
Rain Wong