Uses of Class
org.springframework.orm.hibernate.HibernateTemplate

Packages that use HibernateTemplate
org.springframework.orm.hibernate.support Classes supporting the org.springframework.orm.hibernate package. 
 

Uses of HibernateTemplate in org.springframework.orm.hibernate.support
 

Methods in org.springframework.orm.hibernate.support that return HibernateTemplate
protected  HibernateTemplate HibernateDaoSupport.getHibernateTemplate()
          Return the HibernateTemplate for this DAO, pre-initialized with the SessionFactory or set explicitly.
 

Methods in org.springframework.orm.hibernate.support with parameters of type HibernateTemplate
 void HibernateDaoSupport.setHibernateTemplate(HibernateTemplate hibernateTemplate)
          Set the HibernateTemplate for this DAO explicitly, as an alternative to specifying a SessionFactory.
 



Copyright (C) 2003-2004 The Spring Framework Project.