Hi,
My first attempt to use Hibernate and HQL editor and stuck, I followed all instructions from MyEclipse help file. Reverse engineered 1 table (gebeurtenissoorten). Configuration file, mapping file, DAO….all stuff generated perfectly, also mapping is present in configuration file. Now entering “from gebeurtenissoorten” in the HQL editor gives me:
org.hibernate.hql.ast.QuerySyntaxException: Gebeurtenissoorten is not mapped. [from gebeurtenissoorten]
What am I doing wrong, forgetting?
Many thanks