1

Is there a way to automaticaly generate CRUD class for Hibernate Entity in Spring MVC using the IntelliJ Idea IDE? I found some possibility to generate in NetBeans, I would need something similar for Intellij too. Thx in advance for your help.

Generate JSF2 CRUD's - Can I create the bean and xhtml automatically for any entity?

Community
  • 1
  • 1

1 Answers1

3

You can create your own templates in IntelliJ IDEA:

Go to: Settings > IDE Settings > File and Code Templates as below:

Settings: File and Code Templates

And then when you create a new class you can just select the template that you would like to use:

Select your template

Trevor Gowing
  • 2,236
  • 22
  • 25