dao
Class HibernateSystemtypesDAO

java.lang.Object
  extended by dao.HibernateDAO<Systemtypes,java.lang.Long>
      extended by dao.HibernateSystemtypesDAO
All Implemented Interfaces:
GenericDAO<Systemtypes,java.lang.Long>, SystemtypesDAO

public class HibernateSystemtypesDAO
extends HibernateDAO<Systemtypes,java.lang.Long>
implements SystemtypesDAO

Author:
Antec

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

HibernateSystemtypesDAO

public HibernateSystemtypesDAO()
Method Detail

findAllVerified

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