This is day 1 of working with Hibernate. I'm working with hibernate tools and it mostly works perfectly, except that I can't run HQL queries. I've created my config and console config files, messed with the reverse engineering and I've been able to generate code, however in the Hibernate Console, under my Session Factory or attempt to run a query I get the error <Sessionfactory error: entity class not found>. I've included the generated mapping file in my console file, and the class structure displays under configuration. Furthermore I don't seem to have any problems working with the generated objects in my own code (yet). What might I be missing?
Thanks
|