Generate schema from entities using JPA2 + Hibernate + Eclipse 4.2 + MySQL 5.5

15,129

Solution 1

If you are using hibernate you can:

Solution 2

You will need to first install Hibernate Tools - How to install Hibernate Tools in Eclipse?

Then go to Project->Preferences->JPA and change the Platform to the appropriate version of Hibernate instead of the Generic Platform.

Share:
15,129
Vineet
Author by

Vineet

Updated on June 05, 2022

Comments

  • Vineet
    Vineet almost 2 years

    I am new to Hibernate/JPA and I am stuck at what I think is the last step. I have created a schema in my MySQL instance and want to generate the tables for the schema from the JPA entities I have created. I get an option in JPA Tools in eclipse "Generate Tables from Entities" but that gives me a message "Generate Tables from Entities is not supported by the Generic Platform. Is there a plugin or tool I need to use to make this work ?