dao
Interface TimagesDAO

All Superinterfaces:
GenericDAO<Timages,java.lang.Long>
All Known Implementing Classes:
HibernateTimagesDAO

public interface TimagesDAO
extends GenericDAO<Timages,java.lang.Long>

Author:
Antec

Method Summary
 java.util.List<Timages> findAllVerified()
           
 
Methods inherited from interface dao.GenericDAO
beginTransaction, commitTransaction, delete, findAll, findByExample, findByPrimaryKey, save
 

Method Detail

findAllVerified

java.util.List<Timages> findAllVerified()
Returns: