| |||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Packages that use SkillDAO | |
| org.orange.kicsa.integration | |
| org.orange.kicsa.integration.skill | |
| Uses of SkillDAO in org.orange.kicsa.integration |
| Methods in org.orange.kicsa.integration that return SkillDAO | |
abstract SkillDAO | AbstractDAOFactory.createSkillDAO() |
SkillDAO | JDBCDAOFactory.createSkillDAO() |
SkillDAO | JDODAOFactory.createSkillDAO() |
SkillDAO | MemoryDAOFactory.createSkillDAO() |
| Uses of SkillDAO in org.orange.kicsa.integration.skill |
| Classes in org.orange.kicsa.integration.skill that implement SkillDAO | |
class | SkillJDBCDAOSkill Data Access Object (DAO) |
class | SkillMemoryDAO |
| Methods in org.orange.kicsa.integration.skill that return SkillDAO | |
static SkillDAO | SkillJDBCDAO.getInstance()Recherche les compétences racines (sans relations parent) public final static String SELECT_ROOTS = SELECT + " distinct " + ALL_FIELDS + FROM + TABLE + " LEFT JOIN " + TABLE + " ON " + TABLE + "." |
| |||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||