dao
Class HibernateTransactiontypesDAO

java.lang.Object
  extended by dao.HibernateDAO<Transactiontypes,java.lang.Long>
      extended by dao.HibernateTransactiontypesDAO
All Implemented Interfaces:
GenericDAO<Transactiontypes,java.lang.Long>, TransactiontypesDAO

public class HibernateTransactiontypesDAO
extends HibernateDAO<Transactiontypes,java.lang.Long>
implements TransactiontypesDAO

Author:
Antec

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

HibernateTransactiontypesDAO

public HibernateTransactiontypesDAO()
Method Detail

findAllVerified

public java.util.List<Transactiontypes> findAllVerified()
Specified by:
findAllVerified in interface TransactiontypesDAO