Synchronization with Class Diagram |
Generate class diagram from entity relationship diagram (ERD). This produces a set of domain classes for interacting with database. When the ERD is updated, you can synchronize the change to class diagram. This keeps both class design and ER model always up-to-date. Note also that the class diagram generated can produce ORM code in further. You can program with the ORM code for accessing database.
|
|
Entity Relationship Diagram
|
Synchronization with Class Diagram
|
|
|
|
Synchronization with Class Diagram |
All entities map one-to-one to persistent classes in an object model. |
|
|
|
|
Entity Relationship Diagram
|
Synchronization with Class Diagram
|