IntelliJ IDEA support for Hibernate
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 Hibernate Support
- Creating hibernate.cfg.xml
- Creating Hibernate Elements in a Session Factory
- Creating Fields in Hibernate Elements
- Creating and Editing Relationships
- Navigating to Underlying Code
- Working with the Hibernate Console
See also, Generating Persistence Mappings and Mapping by Database Schema.