dao
Class HibernateCalendartypesDAO

java.lang.Object
  extended by dao.HibernateDAO<Calendartypes,java.lang.Long>
      extended by dao.HibernateCalendartypesDAO
All Implemented Interfaces:
CalendartypesDAO, GenericDAO<Calendartypes,java.lang.Long>

public class HibernateCalendartypesDAO
extends HibernateDAO<Calendartypes,java.lang.Long>
implements CalendartypesDAO

Author:
Antec

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

HibernateCalendartypesDAO

public HibernateCalendartypesDAO()
Method Detail

findAllVerified

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