hibernateTemplate « Cache « JPA Q&A





1. hibernateTemplate caching    forum.hibernate.org

Hibernate 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 ...