Issue with getHibernateTemplate.saveOrUpdate
- by Yashwant Chavan
Hi I am using Hibernate 3.0
Facing some issue with data saving.
in below code client is pojo that i want to save.
getHibernateTemplate().saveOrUpdate(client);
Issue. data is not reflect in database. but when i restart my web server its show the record in DB.