Need help with Hibernate? Read this first:
http://www.hibernate.org/ForumMailingli ... AskForHelp
Hibernate version: 3
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 5.0
The generated SQL (show_sql=true): Hibernate: insert into photos (userID, fileName, myDate, isBlog, photoID) values
(?, ?, ?, ?, ?)
Debug level Hibernate log excerpt:
Problems with Session and transaction handling?
Read this:
http://hibernate.org/42.html
I created a table in Mysql 5.0 and create a PO ,but the data can not be inserted into DB table,while no exception throws.
Need help~~