dao
Class HibernateUnitaccountsDAO

java.lang.Object
  extended by dao.HibernateDAO<Unitaccounts,java.lang.Long>
      extended by dao.HibernateUnitaccountsDAO
All Implemented Interfaces:
GenericDAO<Unitaccounts,java.lang.Long>, UnitaccountsDAO

public class HibernateUnitaccountsDAO
extends HibernateDAO<Unitaccounts,java.lang.Long>
implements UnitaccountsDAO

Author:
Antec

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

HibernateUnitaccountsDAO

public HibernateUnitaccountsDAO()
Method Detail

findAllVerified

public java.util.List<Unitaccounts> findAllVerified()
Specified by:
findAllVerified in interface UnitaccountsDAO