dao
Class HibernateAccounttypesDAO

java.lang.Object
  extended by dao.HibernateDAO<Accounttypes,java.lang.Long>
      extended by dao.HibernateAccounttypesDAO
All Implemented Interfaces:
AccounttypesDAO, GenericDAO<Accounttypes,java.lang.Long>

public class HibernateAccounttypesDAO
extends HibernateDAO<Accounttypes,java.lang.Long>
implements AccounttypesDAO

Author:
Antec

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

HibernateAccounttypesDAO

public HibernateAccounttypesDAO()
Method Detail

findAllVerified

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