Hibernate version:2.16
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:
MySQL 4.0.18
The generated SQL (show_sql=true):
Debug level Hibernate log excerpt:
Saw this link that demonstrate the returning of generated keys from connector/J.
http://dev.mysql.com/tech-resources/art ... ctorj.html
Does hibernate have any methods that can help me get back the generated id from auto increment column??
All help appreciated!!