dao
Class HibernateAddresstypesDAO

java.lang.Object
  extended by dao.HibernateDAO<Addresstypes,java.lang.Long>
      extended by dao.HibernateAddresstypesDAO
All Implemented Interfaces:
AddresstypesDAO, GenericDAO<Addresstypes,java.lang.Long>

public class HibernateAddresstypesDAO
extends HibernateDAO<Addresstypes,java.lang.Long>
implements AddresstypesDAO

Author:
Antec

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

HibernateAddresstypesDAO

public HibernateAddresstypesDAO()
Method Detail

findAllVerified

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