dao
Class HibernatePhonesDAO

java.lang.Object
  extended by dao.HibernateDAO<Phones,java.lang.Long>
      extended by dao.HibernatePhonesDAO
All Implemented Interfaces:
GenericDAO<Phones,java.lang.Long>, PhonesDAO

public class HibernatePhonesDAO
extends HibernateDAO<Phones,java.lang.Long>
implements PhonesDAO

Author:
Antec

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

HibernatePhonesDAO

public HibernatePhonesDAO()
Method Detail

findAllVerified

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