After latest update of IntelliJ, JPA Buddy missing from right title bar which usually placed under Maven section.
Asked
Active
Viewed 4,580 times
1
-
2Refer to the docs: https://www.jpa-buddy.com/documentation/. You need to have the dependencies configured in a project and open any Entity class in the editor for all the palettes to appear. – CrazyCoder Apr 22 '22 at 21:06
2 Answers
3
To see the JPA Buddy tool windows you need:
- 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.
- Make sure you haven't enabled the minimalistic mode: https://www.jpa-buddy.com/documentation/minimalistic-mode/#enabling-minimalistic-mode
- After the major IntelliJ IDEA update, make sure you updated JPA Buddy and restarted an IDE.
- Contact the JPA Buddy team on discord if the first two didn't help: https://discord.gg/DxRDQPk9rh.

aleksey.stukalov
- 706
- 4
- 16
0
The problem was in the installation, I hadn't included the right hibernate version and also hadn't updated since I added .

john triantafillakis
- 79
- 1
- 2
- 8