1

Right now I'm doing a tutorial in Java EE. Problem is: The tutorial says that I have to create facades of my entities from my database. The tutorial is designed for the NetBeans IDE, but at work i must use IntelliJ. I'm not a big fan of IntelliJ at the moment but i have no choice. So like the title says: is there an easy way to create facades for my entities like there is in NetBeans?

enter image description here

Thanks in advance :)

Anton Dozortsev
  • 4,782
  • 5
  • 34
  • 69
bonbon
  • 243
  • 4
  • 11

1 Answers1

1

Uhm, no there is no such thing. IntelliJ actually requires you to be able to code yourself. Netbeans lacks that feature I think :).

Juru
  • 1,623
  • 17
  • 43