JPA Cannot resolve column/IntelliJ

前端 未结 7 1228
渐次进展
渐次进展 2020-12-13 05:38

I\'m trying to map some Java classes using the Hibernate JPA implementation. My problem is that I can\'t use hardcoded Strings als column namens. You can see the error messa

7条回答
  •  一生所求
    2020-12-13 06:20

    Just for anyone else whom this didn't solve and comes across via google (like myself) .. setting the table name via the @Table Annotation fixed it for me.

提交回复
热议问题