Hi,
Does the getHibernateTemplate().update(Object) work if my Object has composite keys?.
It simply fires the Query without updating the table?
thanks and Regards,
TOM
Hi,
Does the getHibernateTemplate().update(Object) work if my Object has composite keys?.
It simply fires the Query without updating the table?
thanks and Regards,
TOM
Thanks and Regards,
TOM
It should work, Spring only delegates the call to HB removing the need of a try/catch and stuff like that. Have you tried using the update? What exactly doesn't work?
Costin Leau
SpringSource - http://www.SpringSource.com- Spring Training, Consulting, and Support - "From the Source"
http://twitter.com/costinl
Please use [ c o d e ] [ / c o d e ] tags