Search code examples
javajakarta-eejpaintellij-idea

Generate tables from entities in IntelliJ 11 IDEA


Are there no option to generate tables from entities in IntelliJ? Using JPA and eclipselink as implementation. Trying to generate tables for MySQL. All I see is options for importing.

Do I have to use Eclipse to generate tables?


Solution

  • I believe it is not possible in IntelliJ. As far as I remember from a project 1.5 years ago, we didn't use any exporting to database, everything was done automatically upon deploy to JBoss.

    Hope this helps.