MCPcopy Index your code
hub / github.com/castello/spring_basic / update

Method update

ch4/BoardDao.java:11–11  ·  view source on GitHub ↗
(BoardDto dto)

Source from the content-addressed store, hash-verified

9 int delete(Integer bno, String writer) throws Exception;
10 int insert(BoardDto dto) throws Exception;
11 int update(BoardDto dto) throws Exception;
12 int increaseViewCnt(Integer bno) throws Exception;
13
14 List<BoardDto> selectPage(Map map) throws Exception;

Callers 7

updateMethod · 0.65
modifyMethod · 0.65
modifyMethod · 0.65
updateMethod · 0.65
increaseViewCntMethod · 0.65
updateTestMethod · 0.65
updateMethod · 0.65

Implementers 1

BoardDaoImplch4/BoardDaoImpl.java

Calls

no outgoing calls

Tested by 2

updateMethod · 0.52
updateTestMethod · 0.52