JPA Buddy missing from Tool Window in Intellij

6.3k Views Asked by At

After latest update of IntelliJ, JPA Buddy missing from right title bar which usually placed under Maven section.

Example Image

2

There are 2 best solutions below

0
On BEST ANSWER

The problem was in the installation, I hadn't included the right hibernate version and also hadn't updated since I added .

0
On

To see the JPA Buddy tool windows you need:

  1. Make sure you have hibernate-core, EclipseLink or Spring Data JPA dependency: https://www.jpa-buddy.com/documentation/#dependencies. Also make sure it is correct and reimport dependencies.
  2. Make sure you haven't enabled the minimalistic mode: https://www.jpa-buddy.com/documentation/minimalistic-mode/#enabling-minimalistic-mode
  3. After the major IntelliJ IDEA update, make sure you updated JPA Buddy and restarted an IDE.
  4. Contact the JPA Buddy team on discord if the first two didn't help: https://discord.gg/DxRDQPk9rh.