|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FacturaDAO | |
---|---|
com.ferri.persistence.dao.base | |
com.ferri.persistence.dao.impl | |
com.ferri.service.impl |
Uses of FacturaDAO in com.ferri.persistence.dao.base |
---|
Classes in com.ferri.persistence.dao.base that implement FacturaDAO | |
---|---|
class |
BaseFacturaDAO
Base abstracta del DAO per la entitat factura. |
Uses of FacturaDAO in com.ferri.persistence.dao.impl |
---|
Classes in com.ferri.persistence.dao.impl that implement FacturaDAO | |
---|---|
class |
FacturaDAOImpl
Base abstracta del DAO per la entitat factura. |
Uses of FacturaDAO in com.ferri.service.impl |
---|
Fields in com.ferri.service.impl declared as FacturaDAO | |
---|---|
private FacturaDAO |
FacturaServiceImpl.facturaDAO
|
Methods in com.ferri.service.impl that return FacturaDAO | |
---|---|
FacturaDAO |
FacturaServiceImpl.getFacturaDAO()
|
Methods in com.ferri.service.impl with parameters of type FacturaDAO | |
---|---|
void |
FacturaServiceImpl.setFacturaDAO(FacturaDAO facturaDAO)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |