Intellij idea: JPA ownership annotations instead of getter

Is there a way to make IntelliJ put the automatically generated JPA Entity annotations (@Column, @Id, etc.) in the properties themselves , and not in the getter?

There is an answer that indicates a hub problem that works for xml-based configurations, but there are two comments (one of them mine) that ask how to do this with @Configuration (no xml), and there is no answer.

thank

+4
source share
1 answer

Not currently related issues:

0

Source: https://habr.com/ru/post/1673028/


All Articles