1. hibernateTemplate caching forum.hibernate.orgHibernate version: 3.1 Code: class ContactDAO{ private HibernateTemplate hibernateTemplate; // automatically get injected /************************************************* * Set the HibernateTemplate. * Note: do not call this method..The hibernate template will be injected * into ... |