Need help with Hibernate? Read this first:
http://www.hibernate.org/ForumMailingli ... AskForHelp
Hibernate version: 3.2 rc2
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: sqlsever 2005 express
The generated SQL (show_sql=true):
Debug level Hibernate log excerpt:
I am just having some problems with generating the ids - is there no "auto" generation in ms-sql? should I create a sequence on the db, and use it instead? is there a way to craete such a sequence using only annotations in the class, or should I create it before-hand on the db?
Thanks for the info.