dao
Class HibernatePhonetypesDAO

java.lang.Object
  extended by dao.HibernateDAO<Phonetypes,java.lang.Long>
      extended by dao.HibernatePhonetypesDAO
All Implemented Interfaces:
GenericDAO<Phonetypes,java.lang.Long>, PhonetypesDAO

public class HibernatePhonetypesDAO
extends HibernateDAO<Phonetypes,java.lang.Long>
implements PhonetypesDAO

Author:
Antec

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

HibernatePhonetypesDAO

public HibernatePhonetypesDAO()
Method Detail

findAllVerified

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