Uses of Interface
dao.TransactiontypesDAO

Packages that use TransactiontypesDAO
dao   
startup   
 

Uses of TransactiontypesDAO in dao
 

Classes in dao that implement TransactiontypesDAO
 class HibernateTransactiontypesDAO
           
 

Methods in dao that return TransactiontypesDAO
 TransactiontypesDAO HibernateDAOFactory.getTransactiontypesDAO()
           
abstract  TransactiontypesDAO DAOFactory.getTransactiontypesDAO()
           
 

Uses of TransactiontypesDAO in startup
 

Methods in startup with parameters of type TransactiontypesDAO
 void LoadTracker.addTransactiontypes(TransactiontypesDAO dao, Transactiontypes o, java.lang.String desc, java.lang.String dbcr)