My App's persistence strategy is :
Spring/HibernateDAOSupport -> Hibernate -> MySQL.
I have a simple test case which adds a row to a table.
BUT, somehow, this test case manages to delete all the existing rows while inserting the new one !!
Any idea whats going wrong ? Of course, I don't want to loose my existing rows -
Thanks
Ratheesh



Reply With Quote