net.sf.beanlib.hibernate3
Interface Hibernate3DaoSupportable


public interface Hibernate3DaoSupportable

Hibernate 3 DAO Support Interface.

This interface is necessary as proxy via CGLIB won't work for methods which are final.

Author:
Joe D. Velopar

Method Summary
 org.springframework.orm.hibernate3.HibernateTemplate getHibernateTemplate()
           
 SessionFactory getSessionFactory()
           
 

Method Detail

getSessionFactory

SessionFactory getSessionFactory()

getHibernateTemplate

org.springframework.orm.hibernate3.HibernateTemplate getHibernateTemplate()