propertys inherited by entity give error in NamedQuery editor

Answered

I Have:

An Entity named invoice. The property mailed is on a parent class.

UPDATE InvoiceEntity a set a.mailed = :newValue WHERE a.id = :id

It works fine when i run it, but is does not work with auto complete and gives me all there errors since it cannot find the properties form the parent class.

Does anybody know how to fix this.

0
1 comment

Looks like a bug. I've filled the https://youtrack.jetbrains.com/issue/IDEA-238918 issue for it. Please vote and follow it for updates. Thanks.

0

Please sign in to leave a comment.