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

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

Uses of AsseguradoraDao in edu.uoc.tfc.dbmodel
 

Classes in edu.uoc.tfc.dbmodel that implement AsseguradoraDao
 class AsseguradoraDaoBase
           Base Spring DAO Class: is able to create, update, remove, load, and find objects of type edu.uoc.tfc.dbmodel.Asseguradora.
 class AsseguradoraDaoImpl
           
 

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

Methods in edu.uoc.tfc.dbmodel.crud with parameters of type AsseguradoraDao
 void PartManageableDaoBase.setAsseguradoraDao(AsseguradoraDao asseguradoraDao)
           
 void AsseguradoraManageableDaoBase.setDao(AsseguradoraDao dao)
           
 

Uses of AsseguradoraDao in edu.uoc.tfc.service
 

Methods in edu.uoc.tfc.service with parameters of type AsseguradoraDao
 void PartServiceBase.setAsseguradoraDao(AsseguradoraDao asseguradoraDao)
          Sets the reference to asseguradora's DAO.
 void AsseguradoraServiceBase.setAsseguradoraDao(AsseguradoraDao asseguradoraDao)
          Sets the reference to asseguradora's DAO.