Hi,
I have got a JPA entity defined like this:
@Entity
@NamedQuery(name="SEARCH_ALL_OWNER", query="SELECT o FROM Owner o")
public class Owner {
// ...
}
The word "Owner" in the named query is marked red and the error message is "Can't resolve symbol Owner".
Is this a bug or do I have to switch off Persistence QL queries inspection?
I'm using Idea 12 Ultimate 123.94.