com.rapidtransform.spec.dao.hibernate
Class SpecCategoryDAOHibernate

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<SpecCategory,java.lang.Long>
              extended by com.rapidtransform.spec.dao.hibernate.SpecCategoryDAOHibernate
All Implemented Interfaces:
DAO, GenericDAO<SpecCategory,java.lang.Long>, SpecCategoryDAO, org.springframework.beans.factory.InitializingBean

public class SpecCategoryDAOHibernate
extends GenericDAOHibernate<SpecCategory,java.lang.Long>
implements SpecCategoryDAO

Author:
S. Werner

Constructor Summary
SpecCategoryDAOHibernate()
           
 
Method Summary
 java.util.List<SpecCategory> findTopLevelCategories()
           
 
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

SpecCategoryDAOHibernate

public SpecCategoryDAOHibernate()
Method Detail

findTopLevelCategories

public java.util.List<SpecCategory> findTopLevelCategories()
Specified by:
findTopLevelCategories in interface SpecCategoryDAO