| Package | Description | 
|---|---|
| org.springframework.orm.hibernate5.support | 
 Classes supporting the  
org.springframework.orm.hibernate5 package. | 
| Modifier and Type | Method and Description | 
|---|---|
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. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
HibernateDaoSupport.setHibernateTemplate(HibernateTemplate hibernateTemplate)
Set the HibernateTemplate for this DAO explicitly,
 as an alternative to specifying a SessionFactory. 
 |