hibernate-mapping error highlight question
I've got a scenario where a class name in a query defined in a hibernate-mapping is showing up as red with a 'Can't resolve symbol' error (this is the 7.0 release).
If the hibernate-mapping contains the package name, then the query is requiring the fully qualified name.
In the following example, the 'TestMe' text in the query is red:
]]>
To repeat this, I created a new hibernate project via the wizard and added a new file (test.hbm.xml) in the root src directory with the above contents. I created a com package with a TestMe class with a getter/setter for an ID field.
This shouldn't require a fully qualified class in the query, should it?
Thanks,
-- Rick
Please sign in to leave a comment.