Need help with Hibernate? Read this first:
http://www.hibernate.org/ForumMailingli ... AskForHelp
Hibernate version:
3.0
Mapping documents:
Code between sessionFactory.openSession() and session.close():
Full stack trace of any exception that occurs:
Name and version of the database you are using:
The generated SQL (show_sql=true):
Debug level Hibernate log excerpt:
Je débute avec Hibernate 3.0.
Je suis en train de réaliser l'exemple fournit dans la documentation officielle d'hibernate 3.0. (la classe Event).
Lors du "store", apparament, les objets sont bien placés en mémoire.
Mais lorsque je veux les "lister", j'ai l'erreur suivante:
org.hibernate.exception.SQLGrammarException: could not execute
La requête HQL est la suivante:
queryList result = session.createQuery("from Event").list();
Cela fait qqs jours que je cherche sans résultat.
Merci de m'aider.