dao
Interface EventstatustypesDAO

All Superinterfaces:
GenericDAO<Eventstatustypes,java.lang.Long>
All Known Implementing Classes:
HibernateEventstatustypesDAO

public interface EventstatustypesDAO
extends GenericDAO<Eventstatustypes,java.lang.Long>

Author:
Antec

Method Summary
 java.util.List<Eventstatustypes> findAllVerified()
           
 
Methods inherited from interface dao.GenericDAO
beginTransaction, commitTransaction, delete, findAll, findByExample, findByPrimaryKey, save
 

Method Detail

findAllVerified

java.util.List<Eventstatustypes> findAllVerified()
Returns: