| Priority |
Normal |
| Type | Bug |
| State | Fixed |
| Assignee | Peter Gromov |
| Subsystem | Editor. Error Highlighting |
| Affected versions |
No affected versions
|
| Fixed in |
No fix versions
|
| Fixed in build |
Next build |
| Build |
7590
|
| Fixed in build |
8105
|
| Severity |
0
|
IDEA-42316 |
QL inspection flags error |
|
|
I'm using JBoss EJB3/JPA (JBoss 4.2.2.GA) implementation aka Hibernate.
http://www.hibernate.org/hib_docs/entitymanager/reference/en/html/queryhql.html:
Likewise, the special property class accesses the discriminator value of an instance in the case of polymorphic persistence. A Java class name embedded in the where clause will be translated to its discriminator value. Once again, this is specific to HQL. select cat from Cat cat where cat.class = DomesticCat