Does anyone know if there is a plugin for IntelliJ that will draw a database schema schema based on JPA entity classes?
IntelliJ (final release) can generate an ER diagram without any additional plugins. It is available from the context menu in the Persistence panel.
To get this panel, you first need to add the "JPA" facet to your module.
preliminary request to get the entry "ER Diagram" in the context menu:
I just add this comment to the official documentation (comment awaiting moderation).
White Paper: http://www.jetbrains.com/idea/webhelp/opening-jpa-or-hibernate-er-diagram.html
Source: https://habr.com/ru/post/893834/More articles:How to submit code to github? - githubCSS: hide column when decreasing width - cssHow to include images in a library in iOS / Xcode 4 - resourcesHow to add elements inside a static field when using sizers? - textClear bottom 16 bits - cgcc for init-on-first-use functions - cIs there an analogue of the stringsearch package for Data.Text instead of ByteString? - haskellCakePHP: getting a specific table field in a controller - cakephpHow to drag and drop many files without using system resources? - c ++SQL Server UPDATE table, where is the ID in SELECT? - sqlAll Articles