IntelliJ doesn't recognize domain object names in HQL statements

I use IntelliJ 11 and in my HQL statements IntelliJ displays the name of my domain objects in Red, it claims it can't find them. Can anyone provide any insight as to why? This also means I don't get any completions when writing any HQL statements.

Screen Shot 2012-02-20 at 2.53.21 PM.PNG

0
1 comment
Avatar
Permanently deleted user

Turns out my problem was that I didn't have the Hibernate Support plugin enabled. I enabled that plugin (comes bundled) and this problem went away.

0

Please sign in to leave a comment.