com.rapidtransform.core.dao.hibernate
Class ValidValueDAOHibernate

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<ValidValue,java.lang.Long>
              extended by com.rapidtransform.core.dao.hibernate.ValidValueDAOHibernate
All Implemented Interfaces:
DAO, GenericDAO<ValidValue,java.lang.Long>, ValidValueDAO, org.springframework.beans.factory.InitializingBean

public class ValidValueDAOHibernate
extends GenericDAOHibernate<ValidValue,java.lang.Long>
implements ValidValueDAO

Author:
Steve

Constructor Summary
ValidValueDAOHibernate()
           
 
Method Summary
 java.util.Collection<ValidValue> findEnabled()
          Returns a collection of enabled valid values.
 
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

ValidValueDAOHibernate

public ValidValueDAOHibernate()
Method Detail

findEnabled

public java.util.Collection<ValidValue> findEnabled()
Description copied from interface: ValidValueDAO
Returns a collection of enabled valid values.

Specified by:
findEnabled in interface ValidValueDAO
Returns: