Hello Intellij Community
I am using Intellij 13 and I would like to generate persistence mapping using JPA. But on the generation tool, there are no options to specify whether the annotation should be on property/accessor OR field based.
By default, it creates only getter method based annotation. But I need to generate based on field.
This option is not new in Eclipse, currently Eclipse does support this option before generating Java code.
Does anyone know how to solve this ? Or this feature is not supported in Intellij ?
I have also supplied the screenshot for easy reference.
Thanks
Kannan