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

Method update

ch4/BoardDaoImpl.java:51–54  ·  view source on GitHub ↗
(BoardDto dto)

Source from the content-addressed store, hash-verified

49 } // List<E> selectList(String statement, Object parameter)
50
51 @Override
52 public int update(BoardDto dto) throws Exception {
53 return session.update(namespace+"update", dto);
54 } // int update(String statement, Object parameter)
55
56 @Override
57 public int increaseViewCnt(Integer bno) throws Exception {

Callers

nothing calls this directly

Calls 1

updateMethod · 0.65

Tested by

no test coverage detected