I guess I am not very clear with the transactions concept yet with spring/hibernate. what are all the different procedures to set up transactions?
I thought getHibernateTemplate() takes care of Transaction tx = s.beginTransaction(); and all that? Do I need any explicit code to do this?
Need guidance.
Thanks.


Reply With Quote