@Table problem with IntelliJ Follow
I want to use the EJB3 @Table, @Column, @JoinColumn (etc) annotations to name database tables and columns.
In IntelliJ (6.0.5) this is marked as an error ("Cannot resolve symbol"):
@Table(name = "MY_OWN_TABLE_NAME")
(I also tried @Table(name = "SCHEMA.MY_OWN_TABLE_NAME"))
I've added a data source which connects and finds the tables properly, but IntelliJ is still complaining that it can't resolve the symbol.
The code fully works once deployed.
Suggestions please!
Please sign in to leave a comment.
Has this been resolved.
We too are having the same problem in version 6.0.4