1

I'm following the steps in the below link to generate Hibernate Entity classes. I'm suck with step 1. Not able to find persistence tool window. Even in View > Tool Windows > Persistence.

Using Intellij Ultimate edition - 2016.1.3 What am I missing?

IntelliJ IDEA 10 generate entity (POJO) from DB model

Community
  • 1
  • 1
Anand
  • 9,672
  • 4
  • 55
  • 75

1 Answers1

1

I've found the issue. Hibernate plugin was not enabled.

File -> Settings -> plugins -> search for "Hibernate support" and select the same. Save and exit and follow the steps in the other window. It just works!!

Anand
  • 9,672
  • 4
  • 55
  • 75