dao
Class HibernateEventtypesDAO

java.lang.Object
  extended by dao.HibernateDAO<Eventtypes,java.lang.Long>
      extended by dao.HibernateEventtypesDAO
All Implemented Interfaces:
EventtypesDAO, GenericDAO<Eventtypes,java.lang.Long>

public class HibernateEventtypesDAO
extends HibernateDAO<Eventtypes,java.lang.Long>
implements EventtypesDAO

Author:
Antec

Constructor Summary
HibernateEventtypesDAO()
           
 
Method Summary
 java.util.List<Eventtypes> 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

HibernateEventtypesDAO

public HibernateEventtypesDAO()
Method Detail

findAllVerified

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