Need help with Hibernate? Read this first:
http://www.hibernate.org/ForumMailingli ... AskForHelp
Hibernate version: 3.2
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:
Problems with Session and transaction handling?
Hi all, I have a small problem with hibernate...
In hibernate mapping file, we must specify an "id" field, and usually it is the primary key of the table. But if I don’t have a primary key for my table, then also I have to define an "id" tag,
What is the requirement of the ID tag when it is not use a primary key for a table?
Thank you
Read this:
http://hibernate.org/42.html