com.rapidtransform.part.dao.hibernate
Class ItemViewDAOHibernate

java.lang.Object
  extended by org.springframework.dao.support.DaoSupport
      extended by org.springframework.orm.hibernate3.support.HibernateDaoSupport
          extended by com.rapidtransform.core.dao.hibernate.GenericDAOHibernate<ItemView,java.lang.Long>
              extended by com.rapidtransform.part.dao.hibernate.ItemViewDAOHibernate
All Implemented Interfaces:
DAO, GenericDAO<ItemView,java.lang.Long>, ItemViewDAO, org.springframework.beans.factory.InitializingBean

public class ItemViewDAOHibernate
extends GenericDAOHibernate<ItemView,java.lang.Long>
implements ItemViewDAO

Author:
S. Werner

Constructor Summary
ItemViewDAOHibernate()
           
 
Method Summary
 
Methods inherited from class com.rapidtransform.core.dao.hibernate.GenericDAOHibernate
findAll, findById, findByType, getPersistentClass, remove, save, setPersistentClass
 
Methods inherited from class org.springframework.orm.hibernate3.support.HibernateDaoSupport
getHibernateTemplate, getSessionFactory, setHibernateTemplate, setSessionFactory
 
Methods inherited from class org.springframework.dao.support.DaoSupport
afterPropertiesSet
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.rapidtransform.core.dao.GenericDAO
findAll, findById, findByType, remove, save
 

Constructor Detail

ItemViewDAOHibernate

public ItemViewDAOHibernate()