IntelliJ IDEA support for
Java Persistence API
(JPA) includes automatic creation of an appropriate module structure,
code completion, syntax and error highlighting, code inspections and quick-fixes, refactorings, and
Entity Relationship diagrams.
- Enabling JPA Support
- Creating Persistence Units
- Creating Elements in Persistence Units
- Creating Fields in Persistence Entities
- Creating Relationships in Entities
- Navigating to Underlying Code
- Working with the JPA Console
See also, Generating Persistence Mappings and Mapping by Database Schema.