I want to perform a hibernate batch insert using HibernateTemplate but I am not able to find the correct jar containing this class. I know that it should present in spring.jar but not able to find out where to download the spring.jar. For getting this jar, I tried with downloading the entire spring framework also but unfortunately did not found anything like spring.jar in the downloaded package. May be the name is changed, can you please let me know in which jar can I find this HibernateTemplate class??
Also, shall we use the HibernateTemplate class for batch insert in hibernate or there are some other better alternative for batch insert in hibernate?
Regards,