dao
Class HibernateTphotosDAO

java.lang.Object
  extended by dao.HibernateDAO<Tphotos,java.lang.Long>
      extended by dao.HibernateTphotosDAO
All Implemented Interfaces:
GenericDAO<Tphotos,java.lang.Long>, TphotosDAO

public class HibernateTphotosDAO
extends HibernateDAO<Tphotos,java.lang.Long>
implements TphotosDAO

Author:
Antec

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

HibernateTphotosDAO

public HibernateTphotosDAO()
Method Detail

findAllVerified

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