| |||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Packages that use EmployeeDAO | |
| org.orange.kicsa.integration | |
| org.orange.kicsa.integration.employee | |
| test.org.orange.kicsa.integration.employee | |
| Uses of EmployeeDAO in org.orange.kicsa.integration |
| Methods in org.orange.kicsa.integration that return EmployeeDAO | |
abstract EmployeeDAO | AbstractDAOFactory.createEmployeeDAO() |
EmployeeDAO | JDBCDAOFactory.createEmployeeDAO() |
EmployeeDAO | JDODAOFactory.createEmployeeDAO() |
EmployeeDAO | MemoryDAOFactory.createEmployeeDAO() |
| Uses of EmployeeDAO in org.orange.kicsa.integration.employee |
| Classes in org.orange.kicsa.integration.employee that implement EmployeeDAO | |
class | EmployeeJDBCDAOEmployee JDBC Data Access Object (DAO) |
class | EmployeeMemoryDAOVersion de test : + ne nécessite pas de base de données - Retourne des données limitées et invariables |
| Methods in org.orange.kicsa.integration.employee that return EmployeeDAO | |
static EmployeeDAO | EmployeeJDBCDAO.getInstance() |
static EmployeeDAO | EmployeeMemoryDAO.getInstance() |
| Uses of EmployeeDAO in test.org.orange.kicsa.integration.employee |
| Fields in test.org.orange.kicsa.integration.employee declared as EmployeeDAO | |
(package private) EmployeeDAO | TestEmployeeJDBCDAO.dao |
| |||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||