I am mapping entity class columns with my database columns by using @Column annotation. But it is showing error message.
Cannot resolve column 'name'
I am mapping entity class columns with my database columns by using @Column annotation. But it is showing error message.
Cannot resolve column 'name'
You can disable it in IntelliJ. File -> settings -> Editor -> Inspections -> uncheck the "Unresolved database references in annotations"
Second option is connect your database with IntelliJ. View -> Window tool -> Database -> and add your data source.