The Spring Framework

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

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

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

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

Methods in org.springframework.orm.hibernate3.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.
 


The Spring Framework

Copyright © 2002-2007 The Spring Framework.