dao
Class HibernateCalltreerootDAO

java.lang.Object
  extended by dao.HibernateDAO<Calltreeroot,java.lang.Long>
      extended by dao.HibernateCalltreerootDAO
All Implemented Interfaces:
CalltreerootDAO, GenericDAO<Calltreeroot,java.lang.Long>

public class HibernateCalltreerootDAO
extends HibernateDAO<Calltreeroot,java.lang.Long>
implements CalltreerootDAO

Author:
Antec

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

HibernateCalltreerootDAO

public HibernateCalltreerootDAO()
Method Detail

findAllVerified

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