Hi all,
I hav ea small question, I use Spring with Hibernate and for simple methods like load, save, update or delete I use HibernateTemplate but if I check the database the commit is not done until the session is closed so I want to know how I can force the flush to save my modifications into the database?
Thanks in advance.
Kind regards.


Reply With Quote