Can anyone please explain with the example for using
update(String entityName, Object entity)
in HibernateTemplate provided by Spring framework.
My exact doubt is
What is that entityName?
Can I use this method to update only certain required columns in the db table without affecting other data in other columns.