Hi,
I download the caveatemptor and able to set it up to run with MySql. But everytime, the unit test finishes, all the data in the database is gone. I read the "Hibernate In Action" book , i think I can change this behaviour by changing the "hibernate.hbm2ddl.auto" property in the hibernate.properties file to "update", but that still does not work. The data still gone after the unit test done executing.
Can someone please help me with this?
Hibernate version: 2.1.6
Name and version of the database you are using: MySQL
|