Uses of Interface
com.ferri.persistence.dao.interfaces.IntervencioDAO

Packages that use IntervencioDAO
com.ferri.persistence.dao.base   
com.ferri.persistence.dao.impl   
com.ferri.service.impl   
 

Uses of IntervencioDAO in com.ferri.persistence.dao.base
 

Classes in com.ferri.persistence.dao.base that implement IntervencioDAO
 class BaseIntervencioDAO
          Base abstracta del DAO per la entitat intervencio.
 

Uses of IntervencioDAO in com.ferri.persistence.dao.impl
 

Classes in com.ferri.persistence.dao.impl that implement IntervencioDAO
 class IntervencioDAOImpl
          Base abstracta del DAO per la entitat intervencio.
 

Uses of IntervencioDAO in com.ferri.service.impl
 

Fields in com.ferri.service.impl declared as IntervencioDAO
private  IntervencioDAO ContracteServiceImpl.intervencioDAO
           
 

Methods in com.ferri.service.impl that return IntervencioDAO
 IntervencioDAO ContracteServiceImpl.getIntervencioDAO()
           
 

Methods in com.ferri.service.impl with parameters of type IntervencioDAO
 void ContracteServiceImpl.setIntervencioDAO(IntervencioDAO intervencioDAO)