Hibernate HQL autocomplete in Intellij IDEA

I tried for a while to set up HQL validation / autocomplete against my data source. I tried some of the solutions offered here, but no one worked for me. Is this possible in the IDEA community version? If so, can someone write a step-by-step guide on how I can do this?

+6
source share
2 answers
  • Go to File → Project Structure → Modules.
  • Add a new Hibernate module.
  • Right-click on the desired module → Add → Hibernate.
  • Select the new Hibernate configuration and click the plus sign (+) in the right pane to create the hibernate.cfg.xml file.
  • → → JPA.
  • JPA (+) , Hibernate.
  • Persistence, .
  • hibernate.cfg.xml.

hibernate HQL.

+7

IDE Hibernate, Hibernate, IntelliJ IDEA Ultimate. ​​ IDE (Hibernate Java EE).

0

All Articles