I have IntelliJ IDEA 8.1.3.
It has support for a hibernate facet/plugin which I have enabled. When I do this it recognises the HQL query strings but highlights in red all the objects and properties. I can't see how to get IDEA to be aware of my entities.
I use spring+hibernate and annotated objects. I have no hibernate.cfg.xml just a spring bean using AnnotationSessionFactoryBean
.
Does anyone know how I can get this to work? Does the standard IntelliJ support this?