dao
Interface AccounttypesDAO

All Superinterfaces:
GenericDAO<Accounttypes,java.lang.Long>
All Known Implementing Classes:
HibernateAccounttypesDAO

public interface AccounttypesDAO
extends GenericDAO<Accounttypes,java.lang.Long>

Author:
Antec

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

Method Detail

findAllVerified

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