dao
Class HibernateTrainingtypesDAO

java.lang.Object
  extended by dao.HibernateDAO<Trainingtypes,java.lang.Long>
      extended by dao.HibernateTrainingtypesDAO
All Implemented Interfaces:
GenericDAO<Trainingtypes,java.lang.Long>, TrainingtypesDAO

public class HibernateTrainingtypesDAO
extends HibernateDAO<Trainingtypes,java.lang.Long>
implements TrainingtypesDAO

Author:
Antec

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

HibernateTrainingtypesDAO

public HibernateTrainingtypesDAO()
Method Detail

findAllVerified

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