dao
Class HibernateEventsattendanceDAO

java.lang.Object
  extended by dao.HibernateDAO<Eventsattendance,java.lang.Long>
      extended by dao.HibernateEventsattendanceDAO
All Implemented Interfaces:
EventsattendanceDAO, GenericDAO<Eventsattendance,java.lang.Long>

public class HibernateEventsattendanceDAO
extends HibernateDAO<Eventsattendance,java.lang.Long>
implements EventsattendanceDAO

Author:
Antec

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

HibernateEventsattendanceDAO

public HibernateEventsattendanceDAO()
Method Detail

findAllVerified

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