Uses of Interface
edu.uoc.tfc.dbmodel.FacturaDao

Packages that use FacturaDao
edu.uoc.tfc.dbmodel   
edu.uoc.tfc.dbmodel.crud   
edu.uoc.tfc.service   
 

Uses of FacturaDao in edu.uoc.tfc.dbmodel
 

Classes in edu.uoc.tfc.dbmodel that implement FacturaDao
 class FacturaDaoBase
           Base Spring DAO Class: is able to create, update, remove, load, and find objects of type edu.uoc.tfc.dbmodel.Factura.
 class FacturaDaoImpl
           
 

Uses of FacturaDao in edu.uoc.tfc.dbmodel.crud
 

Methods in edu.uoc.tfc.dbmodel.crud with parameters of type FacturaDao
 void FacturaManageableDaoBase.setDao(FacturaDao dao)
           
 void PartManageableDaoBase.setFacturaDelPartDao(FacturaDao facturaDelPartDao)
           
 

Uses of FacturaDao in edu.uoc.tfc.service
 

Methods in edu.uoc.tfc.service with parameters of type FacturaDao
 void PartServiceBase.setFacturaDao(FacturaDao facturaDao)
          Sets the reference to factura's DAO.