@Repository public class JdbcLegacyPrerequisiteSkillDao extends JdbcBaseDao<LegacyPrerequisiteSkill> implements LegacyPrerequisiteSkillDao
LegacyPrerequisiteSkillDao.Field
COLUMN_NAMES, jdbcTemplate, myPkName, myTable, namedTemplate, RETURN_PK_NAME, TABLE_NAME
FieldTypes
Modifier | Constructor and Description |
---|---|
protected |
JdbcLegacyPrerequisiteSkillDao() |
Modifier and Type | Method and Description |
---|---|
protected NVPairList |
getNVPairs(LegacyPrerequisiteSkill domObj) |
java.util.List<java.util.Map<java.lang.String,java.lang.String>> |
getPreReqSkillsForPlacements(int graphId) |
protected org.springframework.jdbc.core.RowMapper<LegacyPrerequisiteSkill> |
getRowMapper() |
void |
postConstruct() |
convertToList, convertToList, delete, delete, delete, deleteById, exists, exists, findAllIds, findAllIds, findAllIds, findAllObjects, findAllObjects, findAllObjects, findAllObjects, findById, findId, findId, findMultipleObjects, findMultipleObjects, findObject, findObject, findObject, getCount, getCount, getCount, initOnce, persist, update, update, update
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
delete, delete, delete, deleteById, exists, exists, findAllIds, findAllIds, findAllIds, findAllObjects, findAllObjects, findAllObjects, findAllObjects, findById, findId, findId, findMultipleObjects, findMultipleObjects, findObject, findObject, findObject, getCount, getCount, getCount, getFieldDefns, persist, update, update, update
@PostConstruct public void postConstruct() throws java.util.NoSuchElementException, java.io.IOException
java.util.NoSuchElementException
java.io.IOException
protected NVPairList getNVPairs(LegacyPrerequisiteSkill domObj)
getNVPairs
in class JdbcBaseDao<LegacyPrerequisiteSkill>
protected org.springframework.jdbc.core.RowMapper<LegacyPrerequisiteSkill> getRowMapper()
getRowMapper
in class JdbcBaseDao<LegacyPrerequisiteSkill>
public java.util.List<java.util.Map<java.lang.String,java.lang.String>> getPreReqSkillsForPlacements(int graphId)
getPreReqSkillsForPlacements
in interface LegacyPrerequisiteSkillDao