Read the rules before posting!
http://www.hibernate.org/ForumMailingli ... AskForHelp
Hibernate version:
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:
How can I get information from the xml mapping files? For example I have a class "Project.java" with its mapping file "Project.hbm.xml". I want to get its :
table Name
Primary Key column Name
For a given property I want to know what is its column Name
etc.
Thanks
JY