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
 HibernateTemplate getHibernateTemplate()
           
 org.hibernate.SessionFactory getSessionFactory()
           
 

Method Detail

getSessionFactory

org.hibernate.SessionFactory getSessionFactory()

getHibernateTemplate

HibernateTemplate getHibernateTemplate()