dao
Interface EventtypesDAO

All Superinterfaces:
GenericDAO<Eventtypes,java.lang.Long>
All Known Implementing Classes:
HibernateEventtypesDAO

public interface EventtypesDAO
extends GenericDAO<Eventtypes,java.lang.Long>

Author:
Antec

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

Method Detail

findAllVerified

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