Folks’es,
I’m trying to learn Hibernate and came across MyEclipse (what a great tool!).
I installed MyEclipse Blue 10.6 and followed the “Hibernate Introductory Tutorial”.
Everything works just fine until I try section 4.1 “Using the HQL Editor”.
If I enter a “from” statement with one of my tables I get the following error:
org.hibernate.hql.ast.QuerySyntaxException: counter is not mapped [from counter]
As far as I can tell mytables are all mapped, as I see the classes/DAOs/hbm.xml for each of them.
What is missing/am I doing wrong/need to check to get the HQL Editor to work?
Thanx,
Thomas