MySQL Forums
Forum List  »  MySQL Workbench

Re: Hibernate Reverse Engineering Strategy
Posted by: Edwin DeSouza
Date: March 21, 2009 01:06AM

MySQL Workbench can generate schemas for some popular ORMs:
http://forums.mysql.com/read.php?153,208229

We are looking for community contributions for ActiveRecord, Hibernate, etc

If you already have a ORM Schema, and you want to visualize the ERD, then forward engineer to the database, and reverse engineer from the database to MySQL Workbench.

WB can do Forward Engineering:
1) WB --> RDBMS
2) WB --> ORM --> RDBMS

WB can do Reverse Engineering:
3) WB <-- RDBMS
4) WB <-- RDBMS <-- ORM
5) [WB <-- ORM is not planned. Use Scenario #4 instead]


- Edwin



Edited 1 time(s). Last edit at 03/21/2009 01:11AM by Edwin DeSouza.

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: Hibernate Reverse Engineering Strategy
3665
March 21, 2009 01:06AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.