dao
Interface AwardsDAO

All Superinterfaces:
GenericDAO<Awards,java.lang.Long>
All Known Implementing Classes:
HibernateAwardsDAO

public interface AwardsDAO
extends GenericDAO<Awards,java.lang.Long>

Author:
Antec

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

Method Detail

findAllVerified

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