JPA Cannot resolve column/IntelliJ

前端 未结 7 1226
渐次进展
渐次进展 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:45

    If there is no real mismatch and this warning happens just because of IDE, you can easily link your project with the data source that you connect. Intellij already suggests the way to do it.

    0 讨论(0)
提交回复
热议问题