dao
Class HibernateEventstatustypesDAO

java.lang.Object
  extended by dao.HibernateDAO<Eventstatustypes,java.lang.Long>
      extended by dao.HibernateEventstatustypesDAO
All Implemented Interfaces:
EventstatustypesDAO, GenericDAO<Eventstatustypes,java.lang.Long>

public class HibernateEventstatustypesDAO
extends HibernateDAO<Eventstatustypes,java.lang.Long>
implements EventstatustypesDAO

Author:
Antec

Constructor Summary
HibernateEventstatustypesDAO()
           
 
Method Summary
 java.util.List<Eventstatustypes> findAllVerified()
           
 
Methods inherited from class dao.HibernateDAO
beginTransaction, commitTransaction, delete, findAll, findByExample, findByPrimaryKey, save
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface dao.GenericDAO
beginTransaction, commitTransaction, delete, findAll, findByExample, findByPrimaryKey, save
 

Constructor Detail

HibernateEventstatustypesDAO

public HibernateEventstatustypesDAO()
Method Detail

findAllVerified

public java.util.List<Eventstatustypes> findAllVerified()
Specified by:
findAllVerified in interface EventstatustypesDAO
Returns: