IntelliJ IDEA
 
Get IntelliJ IDEA
You are viewing the documentation for an earlier version of IntelliJ IDEA.

Reverse Engineering

Last modified: 14 March 2024

JPA Buddy allows you to selectively pick tables/views and fields from your database and get them as JPA entities:

In the IntelliJ IDEA Community Edition, you can generate entities from DB via:

  • JPA Structure (1) using plus button;

  • Project Panel (2) using right-click.

In the IntelliJ IDEA Ultimate Edition, you can generate entities from DB via:

  • JPA Structure (1) using plus button;

  • Project Panel (2) using right-click;

  • Database panel (3) using right-click;

entities-from-db-action