Issue with getHibernateTemplate.saveOrUpdate

Posted by Yashwant Chavan on Stack Overflow See other posts from Stack Overflow or by Yashwant Chavan
Published on 2010-04-27T10:22:37Z Indexed on 2010/04/27 10:23 UTC
Read the original article Hit count: 400

Filed under:

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.

© Stack Overflow or respective owner

Related posts about hibernate