IntelliJ IDEA provides support for
Java Persistence API
by means of a dedicated JPA facet. JPA support includes automatic creation of a specific module structure,
code completion, syntax and error highlighting, code inspections and quick-fixes, refactorings, and
the possibility to graphically represent data structure using the Entity Relationship diagram.
In this section:
To learn how to generate persistence mappings, refer to the sections Generating Persistence Mappings and Mapping by Database Schema.