dao
Class HibernatePhototypesDAO

java.lang.Object
  extended by dao.HibernateDAO<Phototypes,java.lang.Long>
      extended by dao.HibernatePhototypesDAO
All Implemented Interfaces:
GenericDAO<Phototypes,java.lang.Long>, PhototypesDAO

public class HibernatePhototypesDAO
extends HibernateDAO<Phototypes,java.lang.Long>
implements PhototypesDAO

Author:
Antec

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

HibernatePhototypesDAO

public HibernatePhototypesDAO()
Method Detail

findAllVerified

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