Tagged Questions

1
vote
1answer
130 views

Hibernate Annotations generating query that produces SQLGrammarException

Still duking it out with Hibernate... I'm using Hibernate-Annotations instead of hbm.xml files for my beans, but I'm currently running into a problem where the SQL that Hibernate is generating …