@Repository public class JdbcSectionDao extends JdbcBaseDao<Section> implements SectionDao
SectionDao.FieldCOLUMN_NAMES, jdbcTemplate, myPkName, myTable, namedTemplate, RETURN_PK_NAME, TABLE_NAMEFieldTypes| Constructor and Description |
|---|
JdbcSectionDao() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Section> |
findAllChildrenSections(int dbId) |
protected NVPairList |
getNVPairs(Section section) |
protected org.springframework.jdbc.core.RowMapper<Section> |
getRowMapper() |
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, updateclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitdelete, 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, updateprotected NVPairList getNVPairs(Section section)
getNVPairs in class JdbcBaseDao<Section>protected org.springframework.jdbc.core.RowMapper<Section> getRowMapper()
getRowMapper in class JdbcBaseDao<Section>public java.util.List<Section> findAllChildrenSections(int dbId)
findAllChildrenSections in interface SectionDao