IntelliJ IDEA provides support for Hibernate
by means of a dedicated
Hibernate facet. Hibernate support involves 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.
In this part:
To learn how to generate persistence mappings, see sections Generating Persistence Mappings and Mapping by Database Schema.