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

Method increaseViewCnt

ch4/BoardDao.java:12–12  ·  view source on GitHub ↗
(Integer bno)

Source from the content-addressed store, hash-verified

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;
15 List<BoardDto> selectAll() throws Exception;

Callers 2

readMethod · 0.65
increaseViewCntTestMethod · 0.65

Implementers 1

BoardDaoImplch4/BoardDaoImpl.java

Calls

no outgoing calls

Tested by 1

increaseViewCntTestMethod · 0.52